Table of Contents

Class Leech.LeechSchool

Namespace
Global
Assembly
Assembly-CSharp.dll
public class Leech.LeechSchool
Inheritance
Leech.LeechSchool
Inherited Members

Constructors

LeechSchool()

public LeechSchool()

Fields

col

public Color col

Field Value

Color

leeches

public List<Leech> leeches

Field Value

List<Leech>

prey

public List<Leech.LeechSchool.LeechPrey> prey

Field Value

List<Leech.LeechSchool.LeechPrey>

Methods

AddLeech(Leech)

public void AddLeech(Leech leech)

Parameters

leech Leech

AddPrey(Creature)

public void AddPrey(Creature p)

Parameters

p Creature

BitDeadPrey(Creature)

public void BitDeadPrey(Creature p)

Parameters

p Creature

Merge(LeechSchool)

public void Merge(Leech.LeechSchool school)

Parameters

school Leech.LeechSchool

RemoveLeech(Leech)

public void RemoveLeech(Leech leech)

Parameters

leech Leech

RemovePrey(Creature)

public void RemovePrey(Creature p)

Parameters

p Creature