Table of Contents

Enum HitCountComparisonType

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Specifies the type of comparison to perform when evaluating an ability's hit count.

public enum HitCountComparisonType

Fields

EqualTo = 4

The hit count must be equal to the comparison value.

GreaterThan = 0

The hit count must be greater than the comparison value.

GreaterThanOrEqualTo = 1

The hit count must be greater than or equal to the comparison value.

LessThan = 2

The hit count must be less than the comparison value.

LessThanOrEqualTo = 3

The hit count must be less than or equal to the comparison value.

NotEqualTo = 5

The hit count must not be equal to the comparison value.