Class Inventory
A very simple implementation of an inventory for the example.
Inherited Members
Namespace: TinnyStudios.AIUtility.Impl.Examples.FarmerHero
Assembly: UtilityAIFramework.dll
Syntax
[Serializable]
public class Inventory
Fields
HasWeapon
Declaration
public bool HasWeapon
Field Value
Type | Description |
---|---|
Boolean |
Money
Declaration
public float Money
Field Value
Type | Description |
---|---|
Single |
Wood
Declaration
public int Wood
Field Value
Type | Description |
---|---|
Int32 |