C# Class Server.AggressiveActionEventArgs

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

Public Methods

Method Description
Create ( Server.Mobile aggressed, Server.Mobile aggressor, bool criminal ) : AggressiveActionEventArgs
Free ( ) : void

Private Methods

Method Description
AggressiveActionEventArgs ( Server.Mobile aggressed, Server.Mobile aggressor, bool criminal ) : System

Method Details

Create() public static method

public static Create ( Server.Mobile aggressed, Server.Mobile aggressor, bool criminal ) : AggressiveActionEventArgs
aggressed Server.Mobile
aggressor Server.Mobile
criminal bool
return AggressiveActionEventArgs

Free() public method

public Free ( ) : void
return void