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