Esempio n. 1
0
 public static MoveType ConvertMoveType(int i)
 {
     return(MoveType.GetMoveType(i));
 }