Example #1
0
    public void PlaySound(string s)
    {
        CcClip cc = Sfx.GetCc(s);

        PlaySound(cc.Volume, cc.Clip);
    }