mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-13 21:54:38 +03:00
15 lines
282 B
Protocol Buffer
15 lines
282 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: DMLFDBIMHCE
|
|
// CmdId: 3136
|
|
message LuaEnvironmentEffectNotify {
|
|
repeated int32 int_param_list = 14;
|
|
uint32 type = 10;
|
|
string effect_alias = 3;
|
|
repeated float float_param_list = 15;
|
|
}
|
|
|