Example #1
0
 public void Init(App app, GameSelectUI gameSelect, AuthUI auth, MenuUI menu)
 {
     this.app        = app;
     this.gameSelect = gameSelect;
     this.auth       = auth;
     this.menu       = menu;
 }
Example #2
0
 public void Init(App app, GameSelectUI gameSelect)
 {
     this.app        = app;
     this.gameSelect = gameSelect;
 }