Rewrote project in Rust

This commit is contained in:
a2x
2023-09-26 00:46:10 +10:00
parent a8d3318d94
commit 369ebcf238
136 changed files with 47374 additions and 47187 deletions

View File

@@ -1,7 +1,7 @@
public static class CAnimScriptBase {
public const ulong m_bIsValid = 0x8;
public const nint m_bIsValid = 0x8;
}
public static class EmptyTestScript {
public const ulong m_hTest = 0x10;
public const nint m_hTest = 0x10;
}