Table of Contents

Enum NPCGroupRole

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Roles that NPCs can play within an NPCGroup. The group brain uses these roles to coordinate tactics — e.g., the tank holds aggro, the healer prioritizes healing, and DPS focus the group's target.

public enum NPCGroupRole

Fields

DPS = 3

DPS — focuses fire on the group's target.

Healer = 2

Healer — prioritizes healing group members.

None = 0

No specific role. Behaves independently.

Support = 4

Support — buffs allies, debuffs enemies.

Tank = 1

Tank — taunts and holds threat.