示例#1
0
 public void Space()
 {
     Debug.Log("SHOUT ACTIVE");
     if (shoutAvailable)
     {
         particles.StopAll();
         particles.SpacePlay();
         StartCoroutine(numShout());
     }
 }