[refactor] SkillData additions for buffs

This commit is contained in:
gsemaj
2022-05-16 16:47:30 -04:00
committed by gsemaj
parent 6d760f5bce
commit 3b6b61d087
11 changed files with 148 additions and 62 deletions

View File

@@ -12,7 +12,6 @@ enum EntityKind;
struct Group {
std::vector<EntityRef> members;
int32_t conditionBitFlag;
std::vector<EntityRef> filter(EntityKind kind) {
std::vector<EntityRef> filtered;