mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
Update Actor.cpp
This commit is contained in:
@@ -27,6 +27,7 @@ bool AActor::IsTearOff()
|
|||||||
int32& AActor::GetNetTag()
|
int32& AActor::GetNetTag()
|
||||||
{
|
{
|
||||||
static auto NetTagOffset = GetOffset("NetTag");
|
static auto NetTagOffset = GetOffset("NetTag");
|
||||||
|
|
||||||
return Get<int32>(NetTagOffset);
|
return Get<int32>(NetTagOffset);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user