Example #1
0
 public abstract void Container(Attack _controller);
Example #2
0
 public override void Container(Attack controller)
 {
     this.controller = controller;
 }