コード例 #1
0
 private void HandlerMouse_LeftButton_SpellsArea(sbyte spell)
 {
     if (_selectedCreature.SkillPoints > 0)
     {
         _selectedCreature.SkillPointsSubstract(1);
         _selectedCreature.SpellAtIndex(spell).IncreaseMagnitude();
     }
 }