C# Class Economy.scripts.Messages.MessageShipSale

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

Méthodes publiques

Méthode Description
ProcessClient ( ) : void
ProcessServer ( ) : void
SendMessage ( long entityId, string ctype, decimal amount ) : void

Private Methods

Méthode Description
SumComponents ( MarketStruct market, decimal>.Dictionary accumulatedComponents ) : decimal

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 ( long entityId, string ctype, decimal amount ) : void
entityId long
ctype string
amount decimal
Résultat void