C# Class Economy.scripts.Messages.MessageUpdateClient

Inheritance: MessageBase
显示文件 Open project: jpcsupplies/Economy_mod Class Usage Examples

Public Methods

Method Description
ProcessClient ( ) : void
ProcessServer ( ) : void
SendAccountMessage ( BankAccountStruct account ) : void
SendCurrencyName ( ulong steamdid, string currencyName ) : void
SendTradeNetworkName ( ulong steamdid, string tradeNetworkName ) : void

Method Details

ProcessClient() public method

public ProcessClient ( ) : void
return void

ProcessServer() public method

public ProcessServer ( ) : void
return void

SendAccountMessage() public static method

public static SendAccountMessage ( BankAccountStruct account ) : void
account BankAccountStruct
return void

SendCurrencyName() public static method

public static SendCurrencyName ( ulong steamdid, string currencyName ) : void
steamdid ulong
currencyName string
return void

SendTradeNetworkName() public static method

public static SendTradeNetworkName ( ulong steamdid, string tradeNetworkName ) : void
steamdid ulong
tradeNetworkName string
return void