C# Class AIResources, ES2015C

Inheritance: MonoBehaviour
Show file Open project: jgirald/ES2015C

Public Properties

Property Type Description
food float
gold float
resourcesArray ArrayList
wood float

Public Methods

Method Description
AIResources ( ) : System.Collections

Method Details

AIResources() public method

public AIResources ( ) : System.Collections
return System.Collections

Property Details

food public property

public float food
return float

gold public property

public float gold
return float

resourcesArray public property

public ArrayList resourcesArray
return ArrayList

wood public property

public float wood
return float