mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-08-24 22:52:16 +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: soundsystem.dll
|
||||
@@ -33,7 +33,7 @@ namespace CS2Dumper.Schemas {
|
||||
// Alignment: 2
|
||||
// Member count: 10
|
||||
public enum VMixFilterType_t : ushort {
|
||||
FILTER_UNKNOWN = 0xFFFFFFFFFFFFFFFF,
|
||||
FILTER_UNKNOWN = unchecked((ushort)-1),
|
||||
FILTER_LOWPASS = 0x0,
|
||||
FILTER_HIGHPASS = 0x1,
|
||||
FILTER_BANDPASS = 0x2,
|
||||
|
Reference in New Issue
Block a user