mirror of
https://github.com/Ukendio/jecs.git
synced 2025-10-18 19:59:16 +00:00
Removed some dead code
Some checks failed
Some checks failed
This commit is contained in:
parent
3f47ea922e
commit
07593a4b99
1 changed files with 0 additions and 3 deletions
|
@ -3,9 +3,6 @@ local ServerScriptService = game:GetService("ServerScriptService")
|
|||
local jecs = require(ReplicatedStorage.ecs)
|
||||
local schedule = require(ReplicatedStorage.schedule)
|
||||
|
||||
local SYSTEM = schedule.SYSTEM
|
||||
local RUN = schedule.RUN
|
||||
|
||||
require(ReplicatedStorage.components)
|
||||
local world = jecs.world()
|
||||
|
||||
|
|
Loading…
Reference in a new issue