Exemplo n.º 1
0
 // Start is called before the first frame update
 void Start()
 {
     Instance       = this;
     text.text      = "0 player detected";
     poubelles      = new List <PoubelleIdentifier>();
     poubellesUI    = new List <PoubelleIdentifierUI>();
     readyText.text = "";
 }
Exemplo n.º 2
0
 void Awake()
 {
     instance = this;
     gameover = false;
 }