public void SetBattleAudioFlag(AudioCollectionType type) { this.battleAudioFlags[(int)type] = true; }
public bool GetBattleAudioFlag(AudioCollectionType type) { return(this.battleAudioFlags[(int)type]); }