Example #1
0
 public abstract void whoami(Fighter me);
Example #2
0
 public override void whoami(Fighter me)
 {
 }
Example #3
0
 public override void whoami(Fighter me)
 {
     this.me = me;
 }