jecs/demo/src/ServerScriptService/main.server.luau

5 lines
174 B
Text
Raw Normal View History

local ReplicatedStorage = game:GetService("ReplicatedStorage")
2024-08-29 16:56:50 +00:00
local start = require(ReplicatedStorage.std.start)
2024-08-29 13:45:49 +00:00
2024-08-29 16:56:50 +00:00
start(script.Parent:WaitForChild("systems"):GetChildren())