public virtual bool sameTeam(Minion c) {
     return c.sameTeam(this);
 }