mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 14:47:44 +00:00
91f8381fb1
* feature(2.7 version): support 2.7 version & upload new protos 1. Support GC in GI 2.7.0; 2. Upload new protos; 3. Fix some bugs cuz by new protos. BREAKING CHANGE: all * fix(database helper): fix player uid issues * fix(ability embryo): uint32 to fixed32 * fix(proto): map mark rename MAP_MARK_FROM_TYPE_NOE to MAP_MARK_FROM_TYPE_NONE * fix(game version): change game version to 2.7.0 * perf(proto): remove unused protos 1. Remove unused protos; 2. Temporarily commented out some of the proto fields. * fix(proto): uint32 to fixed32
33 lines
773 B
Protocol Buffer
Executable File
33 lines
773 B
Protocol Buffer
Executable File
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ForwardType.proto";
|
|
import "Vector.proto";
|
|
|
|
// CmdId: 332
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
// IsAllowClient: true
|
|
message EvtCreateGadgetNotify {
|
|
ForwardType forward_type = 8;
|
|
uint32 entity_id = 14;
|
|
uint32 config_id = 11;
|
|
uint32 camp_id = 13;
|
|
uint32 camp_type = 3;
|
|
Vector init_pos = 15;
|
|
Vector init_euler_angles = 5;
|
|
uint64 guid = 1;
|
|
uint32 owner_entity_id = 2;
|
|
uint32 target_entity_id = 7;
|
|
bool is_async_load = 9;
|
|
uint32 target_lock_point_index = 4;
|
|
uint32 room_id = 10;
|
|
uint32 prop_owner_entity_id = 6;
|
|
bool sight_group_with_owner = 12;
|
|
bool CEGHBCJMNFJ = 1011;
|
|
bool NGANCEBKNKC = 1304;
|
|
repeated uint32 FCFECGFHLAD = 1525;
|
|
repeated uint32 GEHIKJLBKAH = 1637;
|
|
}
|