add TextManager as static lib
This commit is contained in:
@@ -60,6 +60,7 @@ defaultLib["Rectangle"] = LuaUserData.CreateStatic("Microsoft.Xna.Framework.Rect
|
||||
defaultLib["Entity"] = CreateStatic("Entity")
|
||||
defaultLib["Physics"] = CreateStatic("Physics")
|
||||
defaultLib["FireSource"] = CreateStatic("FireSource")
|
||||
defaultLib["TextManager"] = CreateStatic("TextManager")
|
||||
|
||||
defaultLib["AIObjective"] = CreateStatic("AIObjective")
|
||||
defaultLib["AIObjectiveChargeBatteries"] = CreateStatic("AIObjectiveChargeBatteries")
|
||||
|
||||
@@ -162,6 +162,8 @@ RegisterBarotrauma("GameScreen")
|
||||
RegisterBarotrauma("GameSession")
|
||||
RegisterBarotrauma("CampaignMode")
|
||||
|
||||
RegisterBarotrauma("TextManager")
|
||||
|
||||
local descriptor = RegisterBarotrauma("NetLobbyScreen")
|
||||
|
||||
if SERVER then
|
||||
|
||||
Reference in New Issue
Block a user