add more comments to PlayerCharacter component

This commit is contained in:
Reid 2023-07-19 00:55:36 -07:00
parent 31559be3b8
commit 44f63f8deb

View file

@ -46,7 +46,7 @@ export interface Damage {
/**
* The PlayerCharacter component.
*
* Holds the Humanoid and Player.
* Holds the Character rig, Humanoid, and Player.
*/
export interface PlayerCharacter {
character: CharacterRigR6,