mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-01-20 10:34:45 +00:00
8 lines
118 B
C++
8 lines
118 B
C++
#include <DXAPI/ScriptObject.h>
|
|
|
|
namespace DX
|
|
{
|
|
ScriptObject::ScriptObject(unsigned int obj) : SimObject(obj)
|
|
{
|
|
}
|
|
} |