Property Gold
Gold
Gets or sets the amount of gold carried by this creature.
This property does not display feedback to the creature. See GiveGold(int, bool) and TakeGold(int, bool) for options that provide feedback.
public uint Gold { get; set; }
Gets or sets the amount of gold carried by this creature.
This property does not display feedback to the creature. See GiveGold(int, bool) and TakeGold(int, bool) for options that provide feedback.
public uint Gold { get; set; }