메소드 | 설명 | |
---|---|---|
AddOrUpdateAccount ( string bank_name, int amount ) : void |
Adds or updates the account for the bank
|
|
GetAccount ( string bank_name ) : int |
Returns the amount in the bank for this account
|
|
TreasuryAccount ( TShockAPI.TSPlayer ply ) : System |
public AddOrUpdateAccount ( string bank_name, int amount ) : void | ||
bank_name | string | |
amount | int | |
리턴 | void |
public TreasuryAccount ( TShockAPI.TSPlayer ply ) : System | ||
ply | TShockAPI.TSPlayer | |
리턴 | System |