This commit is contained in:
aozhiwei 2022-09-02 10:39:57 +08:00
parent 84057f9697
commit 021eb89163

View File

@ -412,6 +412,7 @@ protected:
bool leave_ = false;
long long leave_frameno_ = 0;
int oxygen_ = 0;
long long last_sync_gas_frameno = 0;
std::array<int, IS_END> volume_ = {};
Human* follow_target_ = nullptr;
@ -425,7 +426,6 @@ protected:
private:
FrameData framedata_;
std::set<Human*> observers_;
long long last_sync_gas_frameno = 0;
std::map<int, int> items_;
std::set<int> battling_items_;
size_t normal_drop_times_ = 0;