Fixed GetComponentString not working with custom types and registered/added missing types

This commit is contained in:
EvilFactory
2023-02-13 17:06:48 -03:00
parent aaffb54141
commit 5003d0beb7
4 changed files with 10 additions and 1 deletions
@@ -68,6 +68,10 @@ RegisterBarotrauma("Key")
RegisterBarotrauma("PlayerInput")
RegisterBarotrauma("ScalableFont")
Register("Microsoft.Xna.Framework.Graphics.Effect")
Register("Microsoft.Xna.Framework.Graphics.EffectParameterCollection")
Register("Microsoft.Xna.Framework.Graphics.EffectParameter")
Register("Microsoft.Xna.Framework.Graphics.SpriteBatch")
Register("Microsoft.Xna.Framework.Graphics.Texture2D")
Register("EventInput.KeyboardDispatcher")