Merge pull request #559 from diamante0018/develop

[Structs] Cleanup
This commit is contained in:
Edo 2022-11-09 13:55:16 +00:00 committed by GitHub
commit fae304fb0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6236,14 +6236,8 @@ namespace Game
ITEM_TEXTSTYLE_MONOSPACESHADOWED = 132,
};
enum $53C66D4FC2874B6934A17E4ED449BCEB
enum
{
// DB_ZONE_COMMON = 0x1,
// DB_ZONE_UI = 0x2,
// DB_ZONE_GAME = 0x4,
// DB_ZONE_LOAD = 0x8,
// DB_ZONE_DEV = 0x10,
// DB_ZONE_TRANSIENT = 0x20,
DB_ZONE_CODE_LOC = 0x0,
DB_ZONE_COMMON_LOC = 0x1,
DB_ZONE_CODE = 0x2,