部分补全LevelContainerModel

This commit is contained in:
Qiuzhizhe 2023-03-18 06:33:39 -07:00
parent ac4ca933de
commit 62950cbd21

View File

@ -11,7 +11,13 @@
class LevelContainerModel : public ContainerModel {
#define AFTER_EXTRA
char data[200];
public:
Player *mPlayer;
BlockPos mBlockPos;
BlockActorType mBlockEntityType;
ActorUniqueID mEntityUniqueId;
std::vector<Container *> initContainerList;
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_LEVELCONTAINERMODEL
public: