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