C# 클래스 Economy.scripts.Messages.MessageBuy

상속: MessageBase
파일 보기 프로젝트 열기: jpcsupplies/Economy_mod

공개 메소드들

메소드 설명
ProcessClient ( ) : void
ProcessServer ( ) : void
SendMessage ( string toUserName, decimal itemQuantity, string itemTypeId, string itemSubTypeName, decimal itemPrice, bool useBankBuyPrice, bool sellToMerchant, bool offerToMarket ) : void

메소드 상세

ProcessClient() 공개 메소드

public ProcessClient ( ) : void
리턴 void

ProcessServer() 공개 메소드

public ProcessServer ( ) : void
리턴 void

SendMessage() 공개 정적인 메소드

public static SendMessage ( string toUserName, decimal itemQuantity, string itemTypeId, string itemSubTypeName, decimal itemPrice, bool useBankBuyPrice, bool sellToMerchant, bool offerToMarket ) : void
toUserName string
itemQuantity decimal
itemTypeId string
itemSubTypeName string
itemPrice decimal
useBankBuyPrice bool
sellToMerchant bool
offerToMarket bool
리턴 void