Example #1
0
 public GameMainLoop(IGameProcessSystem gameProcessSystem)
 {
     GameProcessSystem = gameProcessSystem;
 }
Example #2
0
 public GameHost(IGameProcessSystem gameProcessSystem)
 {
     this.gameProcessSystem = gameProcessSystem;
 }