chore: restructure t6 weapon camo json

This commit is contained in:
Jan
2024-03-24 15:38:46 +01:00
parent c881cd6fd3
commit 742b8d5bc6
4 changed files with 38 additions and 26 deletions

View File

@ -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;