mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 09:25:06 +01:00
[BREAKING CHANGE] proto auto compiled by gradle (#226)
* [BREAK] proto auto compiled by gradle * [BREAK] move proto to submodule * update gitmodules * [BREAK] move proto to submodule * move proto to submodule * fix merge conflict * fix github action after merging * fix merge conflicts and del submodule * upload the proto
This commit is contained in:
13
proto/AttackHitEffectResult.proto
Executable file
13
proto/AttackHitEffectResult.proto
Executable file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
message AttackHitEffectResult {
|
||||
uint32 hit_eff_level = 1;
|
||||
float retreat_strength = 2;
|
||||
float air_strength = 3;
|
||||
float hit_halt_time = 4;
|
||||
float hit_halt_time_scale = 5;
|
||||
uint32 original_hit_eff_level = 6;
|
||||
}
|
||||
Reference in New Issue
Block a user