示例#1
0
文件: SoundSlot.cs 项目: winVIP/OPP
 public abstract void setNextChain(SoundSlot next);
示例#2
0
 public override void setNextChain(SoundSlot next)
 {
     this.next = next;
 }