add action type enum
This commit is contained in:
@@ -34,6 +34,7 @@ defaultLib["ChatMessage"] = CreateStatic("Networking.ChatMessage")
|
|||||||
defaultLib["Hull"] = CreateStatic("Hull")
|
defaultLib["Hull"] = CreateStatic("Hull")
|
||||||
defaultLib["InvSlotType"] = CreateStatic("InvSlotType")
|
defaultLib["InvSlotType"] = CreateStatic("InvSlotType")
|
||||||
defaultLib["LimbType"] = CreateStatic("LimbType")
|
defaultLib["LimbType"] = CreateStatic("LimbType")
|
||||||
|
defaultLib["ActionType"] = CreateStatic("ActionType")
|
||||||
defaultLib["Gap"] = CreateStatic("Gap")
|
defaultLib["Gap"] = CreateStatic("Gap")
|
||||||
defaultLib["ContentPackage"] = CreateStatic("ContentPackage")
|
defaultLib["ContentPackage"] = CreateStatic("ContentPackage")
|
||||||
defaultLib["ClientPermissions"] = {
|
defaultLib["ClientPermissions"] = {
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ RegisterBarotrauma("Gap")
|
|||||||
RegisterBarotrauma("PhysicsBody")
|
RegisterBarotrauma("PhysicsBody")
|
||||||
RegisterBarotrauma("InvSlotType")
|
RegisterBarotrauma("InvSlotType")
|
||||||
RegisterBarotrauma("LimbType")
|
RegisterBarotrauma("LimbType")
|
||||||
|
RegisterBarotrauma("ActionType")
|
||||||
RegisterBarotrauma("ItemPrefab")
|
RegisterBarotrauma("ItemPrefab")
|
||||||
RegisterBarotrauma("SerializableProperty")
|
RegisterBarotrauma("SerializableProperty")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user