diff options
author | chai <chaifix@163.com> | 2021-11-15 21:59:41 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-15 21:59:41 +0800 |
commit | 6530ce383ead7a2cb227ed898ee4563a4c078b24 (patch) | |
tree | 054cb5c72f865055c9095366079a4958d5b5cc2c /Data/boot.lua | |
parent | b70f10f2988771d69f73cf36364bba77d0061d28 (diff) |
+tuple
Diffstat (limited to 'Data/boot.lua')
-rw-r--r-- | Data/boot.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Data/boot.lua b/Data/boot.lua index 566468a..ff8e93f 100644 --- a/Data/boot.lua +++ b/Data/boot.lua @@ -24,6 +24,7 @@ end -- load gamelab modules
require "GameLab"
+require "GameLab.Containers"
require "GameLab.Utils"
require "GameLab.Events"
require "GameLab.Engine"
|