Exemple #1
0
 protected override void ChargeItem(King king, int count)
 {
     king.CollectDiamond(count);
 }