You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BossType_None would obviously indicate the player is not a boss.
BossType_Boss for a solo boss (Like Saxton Hale) or the "leader" boss that is part of a companion boss (like Seeman)
BossType_Companion for companion bosses (like Seeman's companion, Seeldier).
BossType_Minion for minions spawned from summon abilities (like Seeldier's clones).
The text was updated successfully, but these errors were encountered:
For v2.0, we should use an enum for determining the BossType of a player.
Something like
BossType_None would obviously indicate the player is not a boss.
BossType_Boss for a solo boss (Like Saxton Hale) or the "leader" boss that is part of a companion boss (like Seeman)
BossType_Companion for companion bosses (like Seeman's companion, Seeldier).
BossType_Minion for minions spawned from summon abilities (like Seeldier's clones).
The text was updated successfully, but these errors were encountered: