Class DispenserState#

Namespace: Aeon.Foraging
Assembly: Aeon.Foraging.dll

public class DispenserState

Inheritance#

objectDispenserState

Inherited Members#

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Properties#

Count#

public int Count { get; set; }

Property Value#

int

Methods#

ToString()#

Returns a string that represents the current object.

public override string ToString()

Returns#

string

A string that represents the current object.