mirror of
https://github.com/Ukendio/jecs.git
synced 2025-11-18 17:22:52 +00:00
* Fix query types * Add systems to demo * Remove comments of inlined versions * Fix style * Replication * Test :iter
5 lines
183 B
Text
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()
|