Ejemplo n.º 1
0
 /// <summary>
 /// Do the action for the currently selected hand spell.
 /// </summary>
 private void HandAction()
 {
     if (!_doAction)
     {
         return;
     }
     _element.CastSpell(ActionPosition);
     _doAction = false;
 }