mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-01-20 18:44:45 +00:00
9 lines
149 B
C++
9 lines
149 B
C++
#include <DXAPI/NetObject.h>
|
|
|
|
namespace DX
|
|
{
|
|
NetObject::NetObject(unsigned int obj) : net_flags(*(unsigned int*)(obj + 64)),
|
|
SimObject(obj)
|
|
{
|
|
}
|
|
} |