示例#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;
 }
示例#2
0
 public void Init(App app, GameSelectUI gameSelect)
 {
     this.app        = app;
     this.gameSelect = gameSelect;
 }