コード例 #1
0
 public void PlaySelection(int theme)
 {
     TInfo.PlaySelection(theme);
 }
コード例 #2
0
ファイル: ViewerHumanLogic.cs プロジェクト: VladimirKhil/SI
 virtual public void Out(int themeIndex)
 {
     TInfo.PlaySelection(themeIndex);
     _data.Sound = Sounds.FinalDelete;
 }