This commit is contained in:
aozhiwei 2021-03-15 17:38:52 +08:00
parent 1ac5cbf6b9
commit b91f37ae3a
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@
namespace MetaData
{
struct Equip;
struct Player;
}
class Human;
@ -36,5 +37,5 @@ class Car : public MoveableEntity
bool later_removed_ = false;
Human* driver_ = nullptr;
std::set<Human*> passengers_;
MetaData::Player* hero_meta_ = nullptr;
};

View File

@ -102,6 +102,7 @@ message Equip
optional string param1 = 43;
optional string param2 = 44;
optional int32 reloadtype = 46;
optional int32 heroid = 47;
optional string inventory_slot = 31; //
optional int32 _inventory_slot = 32; //