Exemplo n.º 1
0
 private void Start()
 {
     Instance           = this;
     Screen.orientation = ScreenOrientation.Portrait;
     releaseBlocking    = new float[3];
 }
Exemplo n.º 2
0
 void Start()
 {
     bgm = BearGameMaster.Instance;
     Destroy(gameObject, 30);
 }