GUI and skill registers

This commit is contained in:
Evil Factory
2022-05-15 12:57:07 -03:00
parent fbec2aa8b0
commit 73d5edfafa
4 changed files with 9 additions and 2 deletions
@@ -22,6 +22,7 @@ RegisterBarotrauma("PlayerInput")
RegisterBarotrauma("ScalableFont")
Register("Microsoft.Xna.Framework.Graphics.Texture2D")
Register("EventInput.KeyboardDispatcher")
Register("EventInput.KeyEventArgs")
Register("Microsoft.Xna.Framework.Input.Keys")
Register("Microsoft.Xna.Framework.Input.KeyboardState")
@@ -47,5 +48,6 @@ RegisterBarotrauma("GUIMessageBox")
RegisterBarotrauma("GUIFont")
RegisterBarotrauma("GUIFontPrefab")
RegisterBarotrauma("GUIColorPicker")
RegisterBarotrauma("GUIProgressBar")
RegisterBarotrauma("Inventory+SlotReference")