fix resetting, add comments

This commit is contained in:
Reid 2023-08-12 02:21:43 -07:00
parent e7acbd72fa
commit a8b217d45e
6 changed files with 46 additions and 4 deletions

View file

@ -4,7 +4,7 @@ import { Health, Model, PlayerCharacter } from "ReplicatedStorage/ecs/components
import { CharacterRigR6 } from "@rbxts/character-promise"
/**
* @todo
* Player characters are marked with the "PlayerCharacter" component, "Health" component, and "Model" component.
*/
function playersArePlayerCharacters(world: World): void {
Players.GetPlayers().forEach((player, _) => {