コード例 #1
0
ファイル: GameGlobals.cs プロジェクト: ivaanUVic/MummyRun
 public void PlayerPlaySound(string name)
 {
     PlayerController.PlaySound(name);
 }