Cronous Emulation Server Daemon

Player._money_in_bank Field

Money stored in bank.

[Visual Basic]
Protected _money_in_bank As UInt32
[C#]
protected uint _money_in_bank;
[C++]
protected: unsigned int _money_in_bank;
[JScript]
protected var _money_in_bank: UInt32;

See Also

Player Class | croemud.game Namespace