C# Класс Economy.scripts.Messages.MessageMarketManageNpc

Наследование: MessageBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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