C# Class Economy.scripts.Messages.MessageMarketItemValue

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

Public Methods

Method Description
ProcessClient ( ) : void
ProcessServer ( ) : void
SendMessage ( string typeId, string subtypeName, decimal quantity, string displayName ) : void

Method Details

ProcessClient() public method

public ProcessClient ( ) : void
return void

ProcessServer() public method

public ProcessServer ( ) : void
return void

SendMessage() public static method

public static SendMessage ( string typeId, string subtypeName, decimal quantity, string displayName ) : void
typeId string
subtypeName string
quantity decimal
displayName string
return void