first commit
This commit is contained in:
commit
5302ecc6cc
43 changed files with 2530 additions and 0 deletions
8
src/StarterPlayer/StarterPlayerScripts/main.client.ts
Normal file
8
src/StarterPlayer/StarterPlayerScripts/main.client.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { start } from "ReplicatedStorage/ecs"
|
||||
import { Host } from "ReplicatedStorage/hosts"
|
||||
import { setEnvironment } from "ReplicatedStorage/idAttribute"
|
||||
|
||||
const HOST = Host.Client
|
||||
|
||||
setEnvironment(HOST)
|
||||
start(HOST)
|
Loading…
Add table
Add a link
Reference in a new issue