예제 #1
0
 /// <summary>Raised after the player loads a save slot and the world is initialized.</summary>
 /// <param name="sender">The event sender.</param>
 /// <param name="e">The event data.</param>
 private static void OnSaveLoaded(object sender, SaveLoadedEventArgs e)
 {
     DataLoader.LoadContentPacksCommand();
 }