basic tool handling
This commit is contained in:
parent
3b327ea260
commit
29541f3dc5
6 changed files with 90 additions and 2 deletions
|
@ -9,7 +9,8 @@ type ComponentConstructor = (typeof Components)[ComponentName]
|
|||
|
||||
const REPLICATED_COMPONENT_NAMES: readonly ComponentName[] = [
|
||||
"Model",
|
||||
"Transform"
|
||||
"Transform",
|
||||
"PlayerCharacter"
|
||||
]
|
||||
|
||||
const replicatedComponents: ReadonlySet<ComponentConstructor> = REPLICATED_COMPONENT_NAMES.reduce(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue