mirror of
https://github.com/Ukendio/jecs.git
synced 2025-11-18 17:22:52 +00:00
6 lines
183 B
Text
6 lines
183 B
Text
|
|
local jecs = require(game:GetService("ReplicatedStorage").ecs)
|
||
|
|
export type World = jecs.WorldShim
|
||
|
|
|
||
|
|
-- I like the idea of only having the world be a singleton.
|
||
|
|
return jecs.World.new()
|