载入中...
搜索中...
未找到
PlacementWorld.cpp 文件参考
#include "building/PlacementWorld.h"
#include "building/Ghost.h"
#include "building/PlacementSystem.h"
#include "data/DataModule.h"
#include "data/JsonDocument.h"
#include "grid/GridProjection.h"
#include "map/TileLayer.h"
#include <Poco/JSON/Object.h>
#include <algorithm>
#include <cmath>
#include <memory>

浏览源代码.

命名空间

namespace  eve
 
namespace  eve::building
 建筑放置模块入口:定义 / 放置世界 / 鬼影 / 变更事件的脚本绑定点。 设计文档:docs/dev/建筑放置系统设计.md