Ejemplo n.º 1
0
 /// <summary>Raised after the game returns to the title screen.</summary>
 /// <param name="sender">The event sender.</param>
 /// <param name="e">The event arguments.</param>
 private void OnReturnedToTitle(object sender, ReturnedToTitleEventArgs e)
 {
     OurMoon.Reset();
 }
Ejemplo n.º 2
0
 /// <summary>Raised after the game returns to the title screen.</summary>
 /// <param name="sender">The event sender.</param>
 /// <param name="e">The event arguments.</param>
 private void OnReturnedToTitle(object sender, ReturnedToTitleEventArgs e)
 {
     OurMoon.Reset();
     BloodMoonTracker.Clear();
 }