public void PlaySE(ActorSE ase) { effects.PlaySE(this, ase); }
public void PlaySE(Actor a, ActorSE ase) { a.audio.PlayOneShot(m_se[(int)ase]); }