예제 #1
0
 public static void Jump(this IMoveable m, float jumpStrength)
 {
     m.PushInDirection(Direction.Up, jumpStrength);
 }