public override object Clone() { ICharacter c = new ICharacter(ID, Position, Type, Team); c.Clone(this); return(c); }
public override object Clone() { ICharacter c = new ICharacter(ID, Position, Type, Team); c.Clone(this); return c; }