📦 Game Update 13936

This commit is contained in:
a2x
2023-09-09 12:07:27 +10:00
parent b6b8ee2fde
commit 28e23da953
31 changed files with 578 additions and 2345 deletions

View File

@@ -1,9 +1,9 @@
#[allow(non_snake_case, non_upper_case_globals)]
#![allow(non_snake_case, non_upper_case_globals)]
pub mod CAnimScriptBase {
pub const m_bIsValid: usize = 0x8;
}
#[allow(non_snake_case, non_upper_case_globals)]
pub mod EmptyTestScript {
pub const m_hTest: usize = 0x10;
}