상속: System.EventArgs
예제 #1
0
 void network_MapLoaded(object sender, MapLoadedEventArgs e)
 {
     GuiStateBackToGame();
     game.OnNewMap();
     DrawMap();
 }
예제 #2
0
 void network_MapLoaded(object sender, MapLoadedEventArgs e)
 {
     StartTerrain();
     materialSlots = d_Data.DefaultMaterialSlots;
     GuiStateBackToGame();
     OnNewMap();
 }