コード例 #1
0
ファイル: ItemCommands.cs プロジェクト: pb0/ID0_Test
 public void PlaySound(Automaton owner)
 {
     if (template.UseSFX > 0)
     {
         owner.PlaySound(template.UseSFX);
     }
 }