com.TeamHEC.LocomotionCommotion.Resource
Class Gold

java.lang.Object
  extended by com.TeamHEC.LocomotionCommotion.Resource.Resource
      extended by com.TeamHEC.LocomotionCommotion.Resource.Gold

public class Gold
extends Resource

Author:
Matthew Taylor The object representing Gold.

Constructor Summary
Gold(int value)
          Initialises Gold
 
Method Summary
 
Methods inherited from class com.TeamHEC.LocomotionCommotion.Resource.Resource
addValue, addValue, getType, getValue, setValue, subValue, subValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gold

public Gold(int value)
Initialises Gold

Parameters:
value - The initial value of the object.