mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
more
This commit is contained in:
@@ -23,5 +23,11 @@ public:
|
||||
return ((PlaceholderBitfield*)(__int64(this) + BitfieldOffset))->Third;
|
||||
}
|
||||
|
||||
class UNetConnection*& GetConnection()
|
||||
{
|
||||
static auto ConnectionOffset = GetOffset("Connection");
|
||||
return *(UNetConnection**)(__int64(this) + ConnectionOffset);
|
||||
}
|
||||
|
||||
int32 IsNetReady(bool Saturate);
|
||||
};
|
||||
Reference in New Issue
Block a user