C# Class Server.Misc.PreventInaccess

Show file Open project: Grimoric/RunUO.T2A

Public Properties

Property Type Description
Enabled bool

Public Methods

Method Description
Initialize ( ) : void
OnLogin ( LoginEventArgs e ) : void

Private Methods

Method Description
GetRandomDestination ( ) : LocationInfo
HasDisconnected ( Mobile m ) : bool

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

OnLogin() public static method

public static OnLogin ( LoginEventArgs e ) : void
e LoginEventArgs
return void

Property Details

Enabled public static property

public static bool Enabled
return bool