C# Class Economy.scripts.Messages.MessageMarketItemValue

Inheritance: MessageBase
Afficher le fichier Open project: jpcsupplies/Economy_mod

Méthodes publiques

Méthode Description
ProcessClient ( ) : void
ProcessServer ( ) : void
SendMessage ( string typeId, string subtypeName, decimal quantity, string displayName ) : void

Method Details

ProcessClient() public méthode

public ProcessClient ( ) : void
Résultat void

ProcessServer() public méthode

public ProcessServer ( ) : void
Résultat void

SendMessage() public static méthode

public static SendMessage ( string typeId, string subtypeName, decimal quantity, string displayName ) : void
typeId string
subtypeName string
quantity decimal
displayName string
Résultat void