示例#1
0
 public override void RemoveCard(CardInstance c, bool anim = true)
 {
     base.RemoveCard(c, anim);
     if (c.HasType(CardTypes.Creature))
     {
         c.RemovePointOverlay();
     }
 }