cdcEngineDXHR/scene/SceneDynamicPortal.h
2022-05-23 02:25:22 +01:00

13 lines
165 B
C++

#pragma once
#include "IScenePortal.h"
namespace cdc {
class SceneDynamicPortal : public IScenePortal {
SceneCell *sceneCell18; // 18
public:
// 7 methods
};
}