mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Fix issue reading enums
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-04-16 02:29:53.956513739 UTC
|
||||
// 2024-04-16 02:45:41.243985329 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: libscenesystem.so
|
||||
// Classes count: 9
|
||||
// Enums count: 0
|
||||
// Enums count: 1
|
||||
public static class LibscenesystemSo {
|
||||
// Alignment: 1
|
||||
// Members count: 4
|
||||
public enum DisableShadows_t : byte {
|
||||
kDisableShadows_None = 0x0,
|
||||
kDisableShadows_All = 0x1,
|
||||
kDisableShadows_Baked = 0x2,
|
||||
kDisableShadows_Realtime = 0x3
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user