register ContentXElement and SpriteBatch
This commit is contained in:
@@ -39,6 +39,7 @@ RegisterBarotrauma("Key")
|
|||||||
RegisterBarotrauma("PlayerInput")
|
RegisterBarotrauma("PlayerInput")
|
||||||
RegisterBarotrauma("ScalableFont")
|
RegisterBarotrauma("ScalableFont")
|
||||||
|
|
||||||
|
Register("Microsoft.Xna.Framework.Graphics.SpriteBatch")
|
||||||
Register("Microsoft.Xna.Framework.Graphics.Texture2D")
|
Register("Microsoft.Xna.Framework.Graphics.Texture2D")
|
||||||
Register("EventInput.KeyboardDispatcher")
|
Register("EventInput.KeyboardDispatcher")
|
||||||
Register("EventInput.KeyEventArgs")
|
Register("EventInput.KeyEventArgs")
|
||||||
|
|||||||
@@ -72,14 +72,18 @@ RegisterBarotrauma("ItemPrefab")
|
|||||||
RegisterBarotrauma("SerializableProperty")
|
RegisterBarotrauma("SerializableProperty")
|
||||||
RegisterBarotrauma("InputType")
|
RegisterBarotrauma("InputType")
|
||||||
|
|
||||||
RegisterBarotrauma("StatusEffect")
|
|
||||||
RegisterBarotrauma("FireSource")
|
RegisterBarotrauma("FireSource")
|
||||||
|
|
||||||
|
RegisterBarotrauma("StatusEffect")
|
||||||
|
|
||||||
RegisterBarotrauma("ContentPackageManager")
|
RegisterBarotrauma("ContentPackageManager")
|
||||||
RegisterBarotrauma("ContentPackageManager+PackageSource")
|
RegisterBarotrauma("ContentPackageManager+PackageSource")
|
||||||
RegisterBarotrauma("ContentPackageManager+EnabledPackages")
|
RegisterBarotrauma("ContentPackageManager+EnabledPackages")
|
||||||
RegisterBarotrauma("ContentPackage")
|
RegisterBarotrauma("ContentPackage")
|
||||||
RegisterBarotrauma("RegularPackage")
|
RegisterBarotrauma("RegularPackage")
|
||||||
RegisterBarotrauma("CorePackage")
|
RegisterBarotrauma("CorePackage")
|
||||||
|
RegisterBarotrauma("ContentXElement")
|
||||||
|
|
||||||
RegisterBarotrauma("SubmarineBody")
|
RegisterBarotrauma("SubmarineBody")
|
||||||
RegisterBarotrauma("Explosion")
|
RegisterBarotrauma("Explosion")
|
||||||
RegisterBarotrauma("Networking.ServerSettings")
|
RegisterBarotrauma("Networking.ServerSettings")
|
||||||
|
|||||||
Reference in New Issue
Block a user