Esempio n. 1
0
 public abstract void setNextChain(SoundSlot next);
Esempio n. 2
0
 public override void setNextChain(SoundSlot next)
 {
     this.next = next;
 }