Beispiel #1
0
 private void Reset(ViceCamera.TargetType type)
 {
     if (type == ViceCamera.TargetType.Opening)
     {
         this.aShooted = false;
         this.rate     = 1;
         this.teamA.Reset();
         this.teamB.Reset();
     }
 }
Beispiel #2
0
 private void OnCameraEnd(ViceCamera.TargetType type)
 {
     if (type != ViceCamera.TargetType.Opening)
     {
         Interface.Instantiate(this.count);
     }
     else
     {
         Interface.Instantiate(this.logo);
     }
 }