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:
Akbar Yahya
2023-02-20 13:07:33 +08:00
parent fdfaac7512
commit 2180b41c22
5 changed files with 46 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
enum ModifierAction {
MODIFIER_ACTION_ADDED = 0;
MODIFIER_ACTION_REMOVED = 1;
}