Ejemplo n.º 1
0
 private static void Update(GameTime time)
 {
     // Called each logic update.
     InputHandling.TakeInput(MapGenerator.Player);
 }