fix resetting, add comments
This commit is contained in:
parent
e7acbd72fa
commit
a8b217d45e
6 changed files with 46 additions and 4 deletions
|
@ -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, _) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue