order inc files to folders
This commit is contained in:
12
inc/init/init.modules.lua
Normal file
12
inc/init/init.modules.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
local SplashWindow = {}
|
||||
local IntroWindow = {}
|
||||
local MenuWindow = {}
|
||||
local GameWindow = {}
|
||||
local PopupWindow = {}
|
||||
local InventoryWindow = {}
|
||||
|
||||
local UI = {}
|
||||
local Input = {}
|
||||
local NPC = {}
|
||||
local Item = {}
|
||||
local Player = {}
|
||||
Reference in New Issue
Block a user