Exemple #1
0
 public static bool?Left(IMobile entity, params string[] args)
 {
     return(entity.MoveLeft(Convert.ToInt16(args[0])));
 }