This commit is contained in:
m
2025-01-25 21:01:53 -06:00
parent 1d98df42b3
commit ce047e96da
3 changed files with 70 additions and 0 deletions

View File

@ -2119,4 +2119,18 @@ namespace game
char pad_0040[432];
};
static_assert(sizeof(XZone) == 496);
struct WeaponDef
{
union
{
const char* szInternalName;
const char* name;
};
};
struct XModel
{
const char* name; // 0
};
}