C# Class Server.Misc.AttackMessage

Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
CheckAggressions ( Mobile m1, Mobile m2 ) : bool
EventSink_AggressiveAction ( AggressiveActionEventArgs e ) : void
Initialize ( ) : void

Method Details

CheckAggressions() public static method

public static CheckAggressions ( Mobile m1, Mobile m2 ) : bool
m1 Mobile
m2 Mobile
return bool

EventSink_AggressiveAction() public static method

public static EventSink_AggressiveAction ( AggressiveActionEventArgs e ) : void
e AggressiveActionEventArgs
return void

Initialize() public static method

public static Initialize ( ) : void
return void