public abstract void whoami(Fighter me);
public override void whoami(Fighter me) { }
public override void whoami(Fighter me) { this.me = me; }