C# Class Server.AggressorInfo

Exibir arquivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Create ( Server.Mobile attacker, Server.Mobile defender, bool criminal ) : AggressorInfo
DumpAccess ( ) : void
Free ( ) : void
Refresh ( ) : void

Private Methods

Method Description
AggressorInfo ( Server.Mobile attacker, Server.Mobile defender, bool criminal ) : System

Method Details

Create() public static method

public static Create ( Server.Mobile attacker, Server.Mobile defender, bool criminal ) : AggressorInfo
attacker Server.Mobile
defender Server.Mobile
criminal bool
return AggressorInfo

DumpAccess() public static method

public static DumpAccess ( ) : void
return void

Free() public method

public Free ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void