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