Example #1
0
 /// <summary>
 /// Constructs a new screen manager component.
 /// </summary>
 public ScreenManager(LDEngine.Game game)
 {
     Game = game;
 }
Example #2
0
 /// <summary>
 /// Constructs a new screen manager component.
 /// </summary>
 public ScreenManager(LDEngine.Game game)
 {
     Game = game;
 }