update proto part 8

This commit is contained in:
Akbar Yahya
2023-03-07 10:02:26 +08:00
parent dcf7414b7e
commit aaececbf10
104 changed files with 12691 additions and 14569 deletions

View File

@@ -6,5 +6,5 @@ option java_package = "emu.grasscutter.net.proto";
message ModifierProperty {
AbilityString key = 8;
float value = 14;
float value = 9;
}