public void PlaySound(Automaton owner) { if (template.UseSFX > 0) { owner.PlaySound(template.UseSFX); } }