mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
22 lines
480 B
Protocol Buffer
22 lines
480 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GCGDamageDetail.proto";
|
|
|
|
// Name: KCOGKGBHJKE
|
|
message GCGMsgSkillResult {
|
|
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;
|
|
}
|
|
|