dropdown thing

This commit is contained in:
Evil Factory
2021-10-14 10:17:28 -03:00
parent 8ba8b7c0c6
commit fad7d2d001
2 changed files with 3 additions and 0 deletions
@@ -441,6 +441,7 @@ namespace Barotrauma
AddCallMetaMember(UserData.RegisterType<GUIImage>());
AddCallMetaMember(UserData.RegisterType<GUIListBox>());
AddCallMetaMember(UserData.RegisterType<GUIScrollBar>());
AddCallMetaMember(UserData.RegisterType<GUIDropDown>());
#endif