dispatch request

This commit is contained in:
Milxnor
2023-03-08 01:39:09 -05:00
parent eb3685c070
commit 1fd8f0f93f
43 changed files with 1048 additions and 224 deletions

View File

@@ -36,6 +36,10 @@ namespace Addresses
extern inline uint64 GIsClient = 0;
extern inline uint64 ActorGetNetMode = 0;
extern inline uint64 ChangeGameSessionId = 0;
extern inline uint64 DispatchRequest = 0;
extern inline uint64 AddNavigationSystemToWorld = 0;
extern inline uint64 NavSystemCleanUp = 0;
extern inline uint64 LoadPlayset = 0;
void SetupVersion(); // Finds Engine Version
void FindAll();