Inheritance: GenBase
Exemplo n.º 1
0
 public static bool Gen(Point origin, GenShape shape, GenAction action)
 {
     return(shape.Perform(origin, action));
 }
Exemplo n.º 2
0
 public static bool Gen(Point origin, GenShape shape, GenAction action)
 {
     return shape.Perform(origin, action);
 }