using System; public class CIGSoundOnLoad : CIGSoundOnEvent { protected override void Start() { base.Start(); base.PlaySound(); } }