Inheritance: System.EventArgs
Ejemplo n.º 1
0
 void network_MapLoaded(object sender, MapLoadedEventArgs e)
 {
     GuiStateBackToGame();
     game.OnNewMap();
     DrawMap();
 }
Ejemplo n.º 2
0
 void network_MapLoaded(object sender, MapLoadedEventArgs e)
 {
     StartTerrain();
     materialSlots = d_Data.DefaultMaterialSlots;
     GuiStateBackToGame();
     OnNewMap();
 }