mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
chore: restructure t6 weapon camo json
This commit is contained in:
@ -6666,6 +6666,13 @@ namespace T6
|
||||
const char* flameCooldownSound;
|
||||
};
|
||||
|
||||
enum WeaponCamoMaterialFlags
|
||||
{
|
||||
WCM_REPLACE_COLOR = 0x1,
|
||||
WCM_REPLACE_NORMAL = 0x2,
|
||||
WCM_REPLACE_SPECULAR = 0x4,
|
||||
};
|
||||
|
||||
struct WeaponCamoMaterial
|
||||
{
|
||||
uint16_t replaceFlags;
|
||||
|
Reference in New Issue
Block a user