Class Centipede.CentipedeState
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class Centipede.CentipedeState : HealthState
- Inheritance
-
Centipede.CentipedeState
- Inherited Members
Constructors
CentipedeState(AbstractCreature)
public CentipedeState(AbstractCreature creature)
Parameters
creatureAbstractCreature
Fields
meatInitated
public bool meatInitated
Field Value
shells
public bool[] shells
Field Value
- bool[]
Methods
CycleTick()
public override void CycleTick()
LoadFromString(string[])
public override void LoadFromString(string[] s)
Parameters
sstring[]
ToString()
public override string ToString()