fix ls drop bug

This commit is contained in:
Milxnor
2023-06-21 14:51:42 -04:00
parent 5e2a74764a
commit e049e870dc
7 changed files with 85 additions and 48 deletions

View File

@@ -75,12 +75,14 @@ namespace Addresses
extern inline uint64 FinishResurrection = 0;
extern inline uint64 AddToAlivePlayers = 0;
extern inline uint64 GameSessionPatch = 0;
extern inline uint64 GetSessionInterface = 0; // Matchmaking
void SetupVersion(); // Finds Engine Version
void FindAll();
void Print();
void Init();
std::vector<uint64> GetFunctionsToReturnTrue();
std::vector<uint64> GetFunctionsToNull();
}