Document some stun code

This commit is contained in:
zumorica
2020-05-14 17:49:40 +02:00
parent b5cf3cf2da
commit ebb49b3377
2 changed files with 19 additions and 0 deletions

View File

@@ -14,5 +14,6 @@ namespace Content.Client.Interfaces.GameObjects
void AttackByInHand(string index);
void UseActiveHand();
void ActivateItemInHand(string handIndex);
void RefreshInHands();
}
}