Money in bank.
[Visual Basic] Public Property money As UInt32 [C#] public uint money { get; set; } [C++] public: __property unsigned int get_money(); public: __property void set_money(unsigned int ); [JScript] public function get money() : UInt32 public function set money(UInt32);
MoneyInBank Class | croemud.serverpacket Namespace