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

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

공개 메소드들

메소드 설명
ProcessClient ( ) : void
ProcessServer ( ) : void
SendAddMessage ( string marketName, decimal x, decimal y, decimal z, decimal size, MarketZoneType shape ) : void
SendDeleteMessage ( string marketName ) : void
SendListMessage ( ) : void
SendMoveMessage ( string marketName, decimal x, decimal y, decimal z, decimal size, MarketZoneType shape ) : void
SendRenameMessage ( string oldMarketName, string newMarketName ) : void

메소드 상세

ProcessClient() 공개 메소드

public ProcessClient ( ) : void
리턴 void

ProcessServer() 공개 메소드

public ProcessServer ( ) : void
리턴 void

SendAddMessage() 공개 정적인 메소드

public static SendAddMessage ( string marketName, decimal x, decimal y, decimal z, decimal size, MarketZoneType shape ) : void
marketName string
x decimal
y decimal
z decimal
size decimal
shape MarketZoneType
리턴 void

SendDeleteMessage() 공개 정적인 메소드

public static SendDeleteMessage ( string marketName ) : void
marketName string
리턴 void

SendListMessage() 공개 정적인 메소드

public static SendListMessage ( ) : void
리턴 void

SendMoveMessage() 공개 정적인 메소드

public static SendMoveMessage ( string marketName, decimal x, decimal y, decimal z, decimal size, MarketZoneType shape ) : void
marketName string
x decimal
y decimal
z decimal
size decimal
shape MarketZoneType
리턴 void

SendRenameMessage() 공개 정적인 메소드

public static SendRenameMessage ( string oldMarketName, string newMarketName ) : void
oldMarketName string
newMarketName string
리턴 void