Advertisement
Guest User

public class Identite

a guest
May 29th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.46 KB | None | 0 0
  1. public class Identite implements Serializable, Flushable{
  2.     public Identite(String pNomPerso, String pClasse, String pRace, String pAlignement, String pJoueur, int pNiveau, String pDivinite, String pOrigine, String pCategorieTaille, String pSexe, int pTaille, int pAge, int pPoids, String pCheuveux, String pYeux, int pExperience, int serialisable)
  3.     {
  4.     /*
  5.     *
  6.     *Ici je recupere des données dans une interface graphique pour remplir mes attributs.
  7.     *
  8.     */
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement