public static void Jump(this IMoveable m, float jumpStrength) { m.PushInDirection(Direction.Up, jumpStrength); }