mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 19:10:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -19,12 +19,17 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 3408
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message LuaEnvironmentEffectNotify {
|
||||
uint32 type = 1;
|
||||
repeated int32 int_param_list = 12;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 3083;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
uint32 type = 8;
|
||||
repeated int32 int_param_list = 10;
|
||||
string effect_alias = 3;
|
||||
repeated float float_param_list = 14;
|
||||
repeated float float_param_list = 12;
|
||||
}
|
||||
|
Reference in New Issue
Block a user