mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
18 lines
380 B
Protocol Buffer
18 lines
380 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GCGDamageDetail.proto";
|
|
|
|
// Name: IKBBEANCFMM
|
|
message GCGMsgNoDamageSkillResult {
|
|
repeated GCGDamageDetail detail_list = 11;
|
|
uint32 GKHNAEEAAOA = 12;
|
|
uint32 CNHCLIBHJFK = 7;
|
|
uint32 skill_id = 2;
|
|
uint32 BDAICMLHECC = 14;
|
|
uint32 HLKMOAAALJF = 4;
|
|
uint32 OBLPBCDOIAK = 13;
|
|
}
|
|
|