mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-07 22:50:03 +08:00
Remove generated files from root directory
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-02-04 01:41:17.126927400 UTC
|
||||
// 2025-02-07 03:30:27.112539300 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: pulse_system.dll
|
||||
@@ -40,7 +40,7 @@ namespace CS2Dumper.Schemas {
|
||||
// Alignment: 4
|
||||
// Member count: 21
|
||||
public enum PulseValueType_t : uint {
|
||||
PVAL_INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
PVAL_INVALID = unchecked((uint)-1),
|
||||
PVAL_BOOL = 0x0,
|
||||
PVAL_INT = 0x1,
|
||||
PVAL_FLOAT = 0x2,
|
||||
@@ -161,7 +161,7 @@ namespace CS2Dumper.Schemas {
|
||||
// Alignment: 4
|
||||
// Member count: 4
|
||||
public enum PulseDomainValueType_t : uint {
|
||||
INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
INVALID = unchecked((uint)-1),
|
||||
ENTITY_NAME = 0x0,
|
||||
PANEL_ID = 0x1,
|
||||
COUNT = 0x2
|
||||
|
Reference in New Issue
Block a user