mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-04 13:23:54 -04:00
Clean up entity and world. Remove list:get
This commit is contained in:
parent
38d461f8d6
commit
0183421c47
7 changed files with 32 additions and 30 deletions
12
tests/requireModules/init.lua
Normal file
12
tests/requireModules/init.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
local Concord = require("src")
|
||||
|
||||
assert(Concord.component
|
||||
local Components = Concord.components
|
||||
|
||||
local System = Concord.system
|
||||
local Systems = Concord.systems
|
||||
|
||||
local Entity = Concord.entity
|
||||
|
||||
local World = Concord.world
|
||||
local Worlds = Concord.worlds
|
Loading…
Add table
Add a link
Reference in a new issue