Major refactor to include tactical combat feed
This commit is contained in:
@@ -1,4 +1,22 @@
|
||||
require("GameManager/FactionStruct")
|
||||
require("GameManager/GUIManager")
|
||||
require("GameManager/TutorialTextManager")
|
||||
|
||||
-- ==================================================
|
||||
-- Define Manager constants
|
||||
-- ==================================================
|
||||
|
||||
---The singleton GUI Manager.
|
||||
---@type GUIManager
|
||||
GUIManager = GUIManager:New()
|
||||
|
||||
---The singleton Tutorial Text Manager.
|
||||
---@type TutorialTextManager
|
||||
TextManager = TutorialTextManager:New()
|
||||
|
||||
---The local player.
|
||||
---@type PlayerObject|nil
|
||||
LocalPlayer = nil
|
||||
|
||||
-- ==================================================
|
||||
-- Define Faction constants
|
||||
|
||||
Reference in New Issue
Block a user