Update Actor.cpp

This commit is contained in:
Gray
2025-12-15 17:47:29 -05:00
committed by GitHub
parent e9395f9e92
commit 333124041d

View File

@@ -27,6 +27,7 @@ bool AActor::IsTearOff()
int32& AActor::GetNetTag()
{
static auto NetTagOffset = GetOffset("NetTag");
return Get<int32>(NetTagOffset);
}