void Start()
 {
     Instance = this;
     camera.enabled = true;
     Init();
 }
Esempio n. 2
0
 void Start()
 {
     Instance       = this;
     camera.enabled = true;
     Init();
 }