first commit
This commit is contained in:
commit
5302ecc6cc
43 changed files with 2530 additions and 0 deletions
8
src/ReplicatedStorage/ecs/state.ts
Normal file
8
src/ReplicatedStorage/ecs/state.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* The global ECS state.
|
||||
*/
|
||||
export class State {
|
||||
[index: string]: unknown,
|
||||
// eslint-disable-next-line roblox-ts/no-private-identifier
|
||||
debugEnabled = false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue