The Bootstrap for the assembly.
Exemplo n.º 1
0
 /// <summary>
 /// Called when the game is loaded.
 /// </summary>
 /// <param name="args">The <see cref="EventArgs"/> instance containing the event data.</param>
 static void Game_OnGameLoad(EventArgs args)
 {
     DZAwarenessBoostrap.OnLoad();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Called when the game is loaded.
 /// </summary>
 /// <param name="args">The <see cref="EventArgs"/> instance containing the event data.</param>
 public static void Game_OnGameLoad()
 {
     DZAwarenessBoostrap.OnLoad();
 }