This commit is contained in:
Milxnor
2023-03-05 22:30:29 -05:00
parent 472fbdb809
commit ae259f97eb
23 changed files with 982 additions and 54 deletions

View File

@@ -32,6 +32,10 @@ namespace Addresses
extern inline uint64 ReplaceBuildingActor = 0;
extern inline uint64 GiveAbilityAndActivateOnce = 0;
extern inline uint64 OnDamageServer = 0;
extern inline uint64 GIsServer = 0;
extern inline uint64 GIsClient = 0;
extern inline uint64 ActorGetNetMode = 0;
extern inline uint64 ChangeGameSessionId = 0;
void SetupVersion(); // Finds Engine Version
void FindAll();