C# Класс Server.AggressorInfo

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Create ( Server.Mobile attacker, Server.Mobile defender, bool criminal ) : AggressorInfo
DumpAccess ( ) : void
Free ( ) : void
Refresh ( ) : void

Приватные методы

Метод Описание
AggressorInfo ( Server.Mobile attacker, Server.Mobile defender, bool criminal ) : System

Описание методов

Create() публичный статический Метод

public static Create ( Server.Mobile attacker, Server.Mobile defender, bool criminal ) : AggressorInfo
attacker Server.Mobile
defender Server.Mobile
criminal bool
Результат AggressorInfo

DumpAccess() публичный статический Метод

public static DumpAccess ( ) : void
Результат void

Free() публичный Метод

public Free ( ) : void
Результат void

Refresh() публичный Метод

public Refresh ( ) : void
Результат void