Skip to content

Commit

Permalink
Auto-update definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 3, 2024
1 parent adc90be commit 4420c17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dist/library/structures/df.units.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4347,12 +4347,12 @@ df.unit_action_type._attr_entry_type._fields = {}
---@field JobRecover { tag: "job", group: "All" }
---@field PushObject { tag: "pushobject", group: "All" }
---@field SuckBlood { tag: "suckblood", group: "All" }
---@field HoldItem { tag: "holditem" }
---@field ReleaseItem { tag: "releaseitem" }
---@field Mount { tag: "mount" }
---@field Dismount { tag: "dismount" }
---@field LeadAnimal { tag: "leadanimal" }
---@field StopLeadAnimal { tag: "stopleadanimal" }
---@field HoldItem { tag: "holditem", group: "All" }
---@field ReleaseItem { tag: "releaseitem", group: "All" }
---@field Mount { tag: "mount", group: "All" }
---@field Dismount { tag: "dismount", group: "All" }
---@field LeadAnimal { tag: "leadanimal", group: "All" }
---@field StopLeadAnimal { tag: "stopleadanimal", group: "All" }
df.unit_action_type.attrs = {}

---@class (exact) df.unit_action: DFStruct
Expand Down

0 comments on commit 4420c17

Please sign in to comment.