Ejemplo n.º 1
0
 public Character getNewCharacter(Playable playable)
 {
     Character c = new Character(selectedSpecial, ref variables, ref game);
     c.setPlayable(playable);
     character = c;
     return c;
 }