mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 12:24:11 -04:00
Remove temp tests
This commit is contained in:
parent
0183421c47
commit
e5d6e1f4b9
3 changed files with 0 additions and 16 deletions
|
@ -1,4 +0,0 @@
|
||||||
local PATH = (...):gsub('%.init$', '')
|
|
||||||
|
|
||||||
require(PATH..".requireModules")
|
|
||||||
require(PATH..".entityLifetime")
|
|
|
@ -1,12 +0,0 @@
|
||||||
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