register Barotrauma.GUINumberInput and Barotrauma.GUI

This commit is contained in:
Evil Factory
2022-04-07 15:24:45 -03:00
parent b20128b8cb
commit 6cc0c9eb6e
2 changed files with 4 additions and 0 deletions
@@ -232,6 +232,7 @@ Register("EventInput.KeyEventArgs")
Register("Microsoft.Xna.Framework.Input.Keys")
RegisterBarotrauma("Sprite")
RegisterBarotrauma("GUI")
RegisterBarotrauma("GUILayoutGroup")
RegisterBarotrauma("GUITextBox")
RegisterBarotrauma("GUITextBlock")
@@ -244,6 +245,7 @@ RegisterBarotrauma("GUIImage")
RegisterBarotrauma("GUIListBox")
RegisterBarotrauma("GUIScrollBar")
RegisterBarotrauma("GUIDropDown")
RegisterBarotrauma("GUINumberInput")
end