Delete output directory

This commit is contained in:
Leilani A.
2025-04-01 22:39:08 -03:00
committed by GitHub
parent 45276a41d7
commit ba1578b1d0
82 changed files with 0 additions and 168662 deletions

View File

@@ -1,24 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-04-01 00:17:02.233994700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: host.dll
// Class count: 2
// Enum count: 0
pub mod host_dll {
// Parent: CAnimScriptBase
// Field count: 1
pub mod EmptyTestScript {
pub const m_hTest: usize = 0x10; // CAnimScriptParam<float32>
}
// Parent: None
// Field count: 1
pub mod CAnimScriptBase {
pub const m_bIsValid: usize = 0x8; // bool
}
}
}
}