basic tool handling

This commit is contained in:
Reid 2023-08-19 20:21:46 -07:00
parent 3b327ea260
commit 29541f3dc5
6 changed files with 90 additions and 2 deletions

View file

@ -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(