GC-Proto/proto/GCGMsgNoDamageSkillResult.proto

18 lines
380 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "GCGDamageDetail.proto";
2023-04-11 06:14:48 +03:00
// Name: IKBBEANCFMM
2023-02-18 04:48:44 +03:00
message GCGMsgNoDamageSkillResult {
2023-04-11 06:14:48 +03:00
repeated GCGDamageDetail detail_list = 11;
uint32 GKHNAEEAAOA = 12;
uint32 CNHCLIBHJFK = 7;
2023-02-28 04:12:44 +03:00
uint32 skill_id = 2;
2023-04-11 06:14:48 +03:00
uint32 BDAICMLHECC = 14;
uint32 HLKMOAAALJF = 4;
uint32 OBLPBCDOIAK = 13;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00