Example #1
0
 public void OnPlayerStart()
 {
     room.ShowNoSound(true);
     for (int i = 0; i < edges.Length; i++)
     {
         edges[i].OnPlayerEnteredNoSound();
     }
 }