#include "DeerCore/EntityEnviroment.h" namespace Deer { template <> Scope ResourceBuilder::buildResource(const BaseDataType& baseData) { Scope env = MakeScope(); return env; } } // namespace Deer