Example #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 = "";
 }
Example #2
0
 void Awake()
 {
     instance = this;
     gameover = false;
 }