mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 16:54:37 +03:00
13 lines
357 B
Protocol Buffer
13 lines
357 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
// Name: KPDGACKMNJA
|
||
|
message AttackHitEffectResult {
|
||
|
float hitHaltTime = 14; //OGEJIAIJMDB
|
||
|
float airStrength = 7; //AKLACKOIKOE
|
||
|
uint32 NCIHLNFLAAF = 10;
|
||
|
float retreatStrength = 4; //PFNLKOMLOIO
|
||
|
float hitHaltTimeScale = 2; //JLEGJBGOHHP
|
||
|
uint32 LDDDDFHEMBA = 3;
|
||
|
}
|