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