C# 클래스 Treasury.TreasuryAccount

파일 보기 프로젝트 열기: NyxStudios/Treasury

공개 메소드들

메소드 설명
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

메소드 상세

AddOrUpdateAccount() 공개 메소드

Adds or updates the account for the bank
public AddOrUpdateAccount ( string bank_name, int amount ) : void
bank_name string
amount int
리턴 void

GetAccount() 공개 메소드

Returns the amount in the bank for this account
public GetAccount ( string bank_name ) : int
bank_name string
리턴 int

TreasuryAccount() 공개 메소드

public TreasuryAccount ( TShockAPI.TSPlayer ply ) : System
ply TShockAPI.TSPlayer
리턴 System