animation work

This commit is contained in:
2024-05-28 19:09:46 -05:00
parent 3f3d85fb36
commit 4a554b0d61
@@ -576,6 +576,8 @@ public enum CombatManager {
return 298;
case Parry:
return 299;
case Dodge:
return 300;
default:
return 0;
}