This commit is contained in:
aozhiwei 2021-04-13 19:01:11 +08:00
parent ecf8ddc264
commit 3013b24550

View File

@ -330,6 +330,7 @@ protected:
bool follow_synced_active_player = false;
Car* car_ = nullptr;
int seat_ = 0;
std::set<Human*> view_objects_;
private:
CircleCollider* self_collider_ = nullptr;