mirror of
https://github.com/Ukendio/jecs.git
synced 2025-06-20 08:19:18 +00:00
* Fix query types * Add systems to demo * Remove comments of inlined versions * Fix style * Replication * Test :iter
4 lines
232 B
Text
4 lines
232 B
Text
local ReplicatedStorage = game:GetService("ReplicatedStorage")
|
|
local std = require(ReplicatedStorage.std)
|
|
local loop = std.Scheduler(unpack(script.Parent.systems:GetChildren()))
|
|
game:GetService("RunService").Heartbeat:Connect(loop)
|