C# Class Server.Network.FeatureProtection

Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Disable ( ThirdPartyFeature feature ) : void
Enable ( ThirdPartyFeature feature ) : void
SetDisabled ( ThirdPartyFeature feature, bool value ) : void

Method Details

Disable() public static method

public static Disable ( ThirdPartyFeature feature ) : void
feature ThirdPartyFeature
return void

Enable() public static method

public static Enable ( ThirdPartyFeature feature ) : void
feature ThirdPartyFeature
return void

SetDisabled() public static method

public static SetDisabled ( ThirdPartyFeature feature, bool value ) : void
feature ThirdPartyFeature
value bool
return void