C# Class Server.AggressiveActionEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
AggressiveActionEventArgs ( Server.Mobile aggressed, Server.Mobile aggressor, bool criminal ) : System

Method Details

Create() public static méthode

public static Create ( Server.Mobile aggressed, Server.Mobile aggressor, bool criminal ) : AggressiveActionEventArgs
aggressed Server.Mobile
aggressor Server.Mobile
criminal bool
Résultat AggressiveActionEventArgs

Free() public méthode

public Free ( ) : void
Résultat void