mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Update newMatter.lua
This commit is contained in:
parent
164de6dbb4
commit
a0ca5182e1
1 changed files with 0 additions and 7 deletions
|
@ -383,13 +383,6 @@ local function assertValidComponentInstance(value, position)
|
|||
end
|
||||
end
|
||||
|
||||
local component = require(script.Parent.component)
|
||||
local topoRuntime = require(script.Parent.topoRuntime)
|
||||
local Component = require(script.Parent.component)
|
||||
|
||||
local assertValidComponentInstance = Component.assertValidComponentInstance
|
||||
local assertValidComponent = Component.assertValidComponent
|
||||
|
||||
local ERROR_NO_ENTITY = "Entity doesn't exist, use world:contains to check if needed"
|
||||
local ERROR_DUPLICATE_ENTITY =
|
||||
"The world already contains an entity with ID %d. Use World:replace instead if this is intentional."
|
||||
|
|
Loading…
Reference in a new issue