示例#1
0
 public void IncreaseDexterity(int amount)
 {
     dexterity += amount;
     RangedCard.UpdateRangedCardDamageText();
 }