mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 09:34:12 +03:00
Add proto AbilityMetaReInitOverrideMap
> This is the fix heal that comes from Ability. Add proto AbilityMetaModifierChange > This fixes `crushing rocks`. Add miss proto ModifierProperty,ModifierAction
This commit is contained in:
10
proto/ModifierProperty.proto
Normal file
10
proto/ModifierProperty.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "AbilityString.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message ModifierProperty {
|
||||
AbilityString key = 8;
|
||||
float value = 14;
|
||||
}
|
Reference in New Issue
Block a user