public void SettingChip(int key) { this.chip = this.ReturnChip(key); this.inchip = true; }
public ChipFolder(IAudioEngine s) : base(s) { this.inchip = false; this.chip = new DammyChip(this.sound); }