Example #1
0
 public Learnset(int level, string move)
 {
     this.level = level;
     this.move  = Moves.get_move(move);
 }