mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-20 19:57:53 -05:00
feat: dump iw5 weapon attachments as json
This commit is contained in:
@ -125,4 +125,16 @@ namespace IW5
|
||||
|
||||
WFT_NUM_FIELD_TYPES,
|
||||
};
|
||||
|
||||
enum weaponAttachmentFieldType_t
|
||||
{
|
||||
WAFT_ATTACHMENT_TYPE = CSPFT_NUM_BASE_FIELD_TYPES,
|
||||
WAFT_WEAPONTYPE,
|
||||
WAFT_WEAPONCLASS,
|
||||
WAFT_PENETRATE_TYPE,
|
||||
WAFT_IMPACT_TYPE,
|
||||
WAFT_FIRETYPE,
|
||||
|
||||
WAFT_NUM_FIELD_TYPES,
|
||||
};
|
||||
} // namespace IW5
|
||||
|
Reference in New Issue
Block a user