add player to state
This commit is contained in:
parent
8e79027911
commit
50fe652001
2 changed files with 3 additions and 0 deletions
|
@ -7,7 +7,9 @@ import { InputKind } from "ReplicatedStorage/inputKind"
|
|||
* The client ECS state.
|
||||
*/
|
||||
export class clientState {
|
||||
[index: string]: unknown
|
||||
character?: CharacterRigR6
|
||||
player?: Player
|
||||
debugEnabled = false
|
||||
isRunning = false
|
||||
lastProcessedCommand?: InputKind
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue