Beispiel #1
0
        protected void CreateGame()
        {
            Game = new TestOsuGame(LocalStorage, API);
            Game.SetHost(host);

            Add(Game);
        }
Beispiel #2
0
 protected void CreateGame()
 {
     AddGame(Game = CreateTestGame());
 }
Beispiel #3
0
 protected void CreateGame()
 {
     AddGame(Game = new TestOsuGame(LocalStorage, API));
 }