예제 #1
0
 public string SendableSoundToString(SoundSystem.SendableSound en)
 {
     if (en == SoundSystem.SendableSound.Hit_Slash)
     {
         return "Hit_Slash";
     }
     return "Hit_Slash";
 }
예제 #2
0
 public void RegisterAsPausable(SoundSystem.CueWrapper xCue)
 {
     if (!this.bSystemActive || xCue == null)
     {
         return;
     }
     this.lxPauseableCues.Add(xCue);
 }