add more comments to PlayerCharacter component
This commit is contained in:
parent
31559be3b8
commit
44f63f8deb
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue