コード例 #1
0
ファイル: PortalScript.cs プロジェクト: phantomeis/Destiny
 private void PlayPortalSoundEffect()
 {
     CharacterBuffs.ShowLocalUserEffect(mCharacter, CharacterConstants.UserEffect.PlayPortalSE);
 }
コード例 #2
0
ファイル: Portal.cs プロジェクト: xiejiashu/Destiny
 public void PlaySoundEffect(Character character)
 {
     CharacterBuffs.ShowLocalUserEffect(character, UserEffect.PlayPortalSE);
 }