Table of Contents

Class NPCGroupMember

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Associates an AIController with a role in an NPCGroup. Serialized so designers can configure group composition in the inspector.

[Serializable]
public class NPCGroupMember
Inheritance
NPCGroupMember
Inherited Members

Fields

Controller

The AI controller of the NPC that belongs to this group.

[Tooltip("The NPC's AI controller.")]
public AIController Controller

Field Value

AIController

Role

This member's combat role (Tank, Healer, DPS, Support).

[Tooltip("This member's combat role.")]
public NPCGroupRole Role

Field Value

NPCGroupRole