Class DaddyCorruption.EatenCreature
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class DaddyCorruption.EatenCreature
- Inheritance
-
DaddyCorruption.EatenCreature
- Inherited Members
-
Constructors
EatenCreature(Creature, Vector2, float)
public EatenCreature(Creature creature, Vector2 goalPos, float goalPosBulbRad)
Parameters
creature Creature
goalPos Vector2
goalPosBulbRad float
Fields
creature
Field Value
- Creature
disableCounter
public int disableCounter
Field Value
- int
goalPos
Field Value
- Vector2
goalPosBulbRad
public float goalPosBulbRad
Field Value
- float
progression
Field Value
- float
wait
Field Value
- float
Methods
BulbInteraction(Vector2, float)
public void BulbInteraction(Vector2 newGoalPos, float newGoalPosBulbRad)
Parameters
newGoalPos Vector2
newGoalPosBulbRad float
Update()