CScriptMazeNode progress

Former-commit-id: ff0275b48f
This commit is contained in:
2022-09-15 00:08:47 -04:00
parent f4731daebe
commit e5dd64ab55
6 changed files with 115 additions and 54 deletions

View File

@@ -26,6 +26,7 @@ public:
TUniqueId GetUniqueId() const { return x8_uid; }
TAreaId GetAreaId() const;
bool GetActive() const { return x30_24_active; }
const rstl::vector<SConnection>& GetConnectionList() const { return x20_conns; }
static rstl::vector<SConnection> NullConnectionList;