mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
5 lines
232 B
Text
5 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)
|