public void Awake()
 {
     instance = this;
 }
Exemple #2
0
 public KioskUIServer(KioskUI kioskUI)
 {
     this.kioskUI = kioskUI;
 }