void Start() { this.soundMaster = icSoundMaster.Instance; // Ensures volume is in range [0, 1] this.Volume = volume; this.uniqueId = this.soundMaster.SoundCreated(this); }
public icSoundMaster() { instance = this; }