jecs/demo/src/ReplicatedStorage/std/world.luau
Marcus a73eeb1a4f
Demo (#96)
* Fix query types

* Add systems to demo

* Remove comments of inlined versions

* Fix style

* Replication

* Test :iter
2024-08-07 18:45:56 +02:00

5 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()