예제 #1
0
 void ActionSwitch()
 {
     Audio.Play("Switch");
     foreach (int colour in SwitchColours)
     {
         activator.ToggleColour(colour);
     }
 }
    //============================= Attack ==================================================

    void PlaySound(string Source)
    {
        _AM.Play(Source);
    }
 public void PlaySound(String source)
 {
     _AM.Play(source);
 }