mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 04:13:58 -04:00
Rename 'instance' to 'context'
This commit is contained in:
parent
89a3a7fa8a
commit
26bd0ef937
8 changed files with 72 additions and 72 deletions
|
@ -1,6 +1,6 @@
|
|||
local PATH = (...):gsub('%.[^%.]+$', '')
|
||||
|
||||
local Concord = require("lib")
|
||||
local Concord = require("src")
|
||||
|
||||
local C = require(PATH..".src.components")
|
||||
local S = require(PATH..".src.systems")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue