Refactor to separate persistence and write fsm to table.

This commit is contained in:
2023-08-31 08:03:30 -04:00
parent 6641651f3c
commit c8ed04aaaf
5 changed files with 54 additions and 47 deletions
+4 -3
View File
@@ -2877,10 +2877,11 @@ public class Enum {
public enum AIAgentType {
MOBILE,
GUARDCAPTAIN,
GUARDMINION,
GUARDWALLARCHER,
PET,
CHARMED,
SIEGEENGINE,
GUARD;
SIEGEENGINE;
}
}