コード例 #1
0
ファイル: Actor.cs プロジェクト: Alan-Baylis/Paramancer
    public void PlaySound(string s)
    {
        CcClip cc = Sfx.GetCc(s);

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