Пример #1
0
 void Update()
 {
     if (gateObserver.Opened && !flg)
     {
         lazerAnimation.VoiceBeam();
         flg = true;
     }
 }