GC-Proto/proto/GCGMsgSkillResult.proto

22 lines
480 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-02-28 04:12:44 +03:00
// Name: KCOGKGBHJKE
2023-02-18 04:48:44 +03:00
message GCGMsgSkillResult {
2023-02-28 04:12:44 +03:00
uint32 DCEIDIOOFAG = 3;
uint32 GKLDDNNENDO = 2;
uint32 OOMEGPIIIMH = 8;
uint32 damage = 10;
repeated GCGDamageDetail detail_list = 15;
uint32 FMAFLBOMAFK = 14;
uint32 skill_id = 7;
uint32 MNOMJNEOJHD = 6;
uint32 IHNDAGJJMJK = 12;
uint32 PPADCGGEDOO = 4;
uint32 JNDNDBNFEHG = 11;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00