mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
S24
This commit is contained in:
@@ -136,6 +136,12 @@ public:
|
||||
return Get<int>(MaxInternetClientRateOffset);
|
||||
}
|
||||
|
||||
FName& GetNetDriverName()
|
||||
{
|
||||
static auto NetDriverNameOffset = GetOffset("NetDriverName");
|
||||
return Get<FName>(NetDriverNameOffset);
|
||||
}
|
||||
|
||||
int& GetMaxClientRate()
|
||||
{
|
||||
static auto MaxClientRateOffset = GetOffset("MaxClientRate");
|
||||
|
||||
Reference in New Issue
Block a user