2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 03:07:44 +00:00

Add all entities to ImGuiEntitySupport

This commit is contained in:
2021-05-26 10:00:57 -04:00
parent 0841bd4ab2
commit 4740ca0c43
120 changed files with 474 additions and 15 deletions

View File

@@ -35,6 +35,7 @@ class CScriptWorldTeleporter : public CEntity {
CAssetId x90_stringId;
public:
DEFINE_ENTITY
CScriptWorldTeleporter(TUniqueId, std::string_view, const CEntityInfo&, bool, CAssetId, CAssetId);
CScriptWorldTeleporter(TUniqueId, std::string_view, const CEntityInfo&, bool, CAssetId, CAssetId, u16, u8, u8,
CAssetId, CAssetId, bool, float, float, float);