Table of Contents

Class EggBugAI.Behavior

Namespace
Global
Assembly
Assembly-CSharp.dll
public class EggBugAI.Behavior : ExtEnum<EggBugAI.Behavior>, IComparable, IEquatable<EggBugAI.Behavior>
Inheritance
EggBugAI.Behavior
Implements
Inherited Members

Constructors

Behavior(string, bool)

public Behavior(string value, bool register = false)

Parameters

value string
register bool

Fields

EscapeRain

public static readonly EggBugAI.Behavior EscapeRain

Field Value

EggBugAI.Behavior

Flee

public static readonly EggBugAI.Behavior Flee

Field Value

EggBugAI.Behavior

Hunt

public static readonly EggBugAI.Behavior Hunt

Field Value

EggBugAI.Behavior

Idle

public static readonly EggBugAI.Behavior Idle

Field Value

EggBugAI.Behavior

ReturnPrey

public static readonly EggBugAI.Behavior ReturnPrey

Field Value

EggBugAI.Behavior