2 using System.Collections.Immutable;
18 public float Volume => roundSound ==
null ? 0.0f : roundSound.Volume;
19 public float Range => roundSound ==
null ? 0.0f : roundSound.Range;
Attacks are used to deal damage to characters, structures and items. They can be defined in the weapo...
Contains character data that should be editable in the character editor.
readonly CharacterParams.SoundParams Params
ImmutableHashSet< Identifier > TagSet
CharacterSound(CharacterParams.SoundParams soundParams)
static ? RoundSound Load(ContentXElement element, bool stream=false)
Sound(SoundManager owner, string filename, bool stream, bool streamsReliably, ContentXElement xElement=null, bool getFullPath=true)