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

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

공개 메소드들

메소드 설명
ProcessClient ( ) : void
ProcessServer ( ) : void
SendMessage ( string typeId, string subtypeName, decimal quantity, string displayName ) : void

메소드 상세

ProcessClient() 공개 메소드

public ProcessClient ( ) : void
리턴 void

ProcessServer() 공개 메소드

public ProcessServer ( ) : void
리턴 void

SendMessage() 공개 정적인 메소드

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