mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-13 21:54:38 +03:00
18 lines
379 B
Protocol Buffer
18 lines
379 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GCGDamageDetail.proto";
|
|
|
|
// Name: NIMIDBNFGIA
|
|
message GCGMsgNoDamageSkillResult {
|
|
uint32 skill_id = 2;
|
|
uint32 DCEIDIOOFAG = 9;
|
|
uint32 PPADCGGEDOO = 15;
|
|
uint32 IHNDAGJJMJK = 6;
|
|
uint32 FMAFLBOMAFK = 13;
|
|
uint32 JNDNDBNFEHG = 12;
|
|
repeated GCGDamageDetail detail_list = 7;
|
|
}
|
|
|