상속: GenBase
예제 #1
0
 public static bool Gen(Point origin, GenShape shape, GenAction action)
 {
     return(shape.Perform(origin, action));
 }
예제 #2
0
 public static bool Gen(Point origin, GenShape shape, GenAction action)
 {
     return shape.Perform(origin, action);
 }