1
This commit is contained in:
parent
84057f9697
commit
021eb89163
@ -412,6 +412,7 @@ protected:
|
|||||||
bool leave_ = false;
|
bool leave_ = false;
|
||||||
long long leave_frameno_ = 0;
|
long long leave_frameno_ = 0;
|
||||||
int oxygen_ = 0;
|
int oxygen_ = 0;
|
||||||
|
long long last_sync_gas_frameno = 0;
|
||||||
|
|
||||||
std::array<int, IS_END> volume_ = {};
|
std::array<int, IS_END> volume_ = {};
|
||||||
Human* follow_target_ = nullptr;
|
Human* follow_target_ = nullptr;
|
||||||
@ -425,7 +426,6 @@ protected:
|
|||||||
private:
|
private:
|
||||||
FrameData framedata_;
|
FrameData framedata_;
|
||||||
std::set<Human*> observers_;
|
std::set<Human*> observers_;
|
||||||
long long last_sync_gas_frameno = 0;
|
|
||||||
std::map<int, int> items_;
|
std::map<int, int> items_;
|
||||||
std::set<int> battling_items_;
|
std::set<int> battling_items_;
|
||||||
size_t normal_drop_times_ = 0;
|
size_t normal_drop_times_ = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user