Addition of target type for pet owners.

This commit is contained in:
MobiusDev
2018-09-10 21:23:59 +00:00
parent ec38e330a3
commit 73f4812951
63 changed files with 462 additions and 147 deletions

View File

@ -62,4 +62,6 @@ public enum TargetType
MY_MENTOR,
/** Me or my party (if any). Seen in aura skills. */
MY_PARTY,
/** Pet's owner. */
OWNER_PET,
}