mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
fix(CBaseModelInfo): eModelType enum type
This commit is contained in:
parent
d773ca005c
commit
f2b7c331d3
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
enum class eModelType
|
||||
enum class eModelType : std::uint8_t
|
||||
{
|
||||
UNK_0,
|
||||
UNK_1,
|
||||
|
Loading…
Reference in New Issue
Block a user