1
This commit is contained in:
parent
1ac5cbf6b9
commit
b91f37ae3a
@ -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;
|
||||
};
|
||||
|
@ -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; //库存槽位
|
||||
|
Loading…
x
Reference in New Issue
Block a user