public SyncedObject(SyncedObjectHost host, Int32 classId) { m_ClassId = classId; m_Host = host; host.AddObject(this); }