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