C# Class Server.Network.FeatureProtection

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
Disable ( ThirdPartyFeature feature ) : void
Enable ( ThirdPartyFeature feature ) : void
SetDisabled ( ThirdPartyFeature feature, bool value ) : void

Method Details

Disable() public static méthode

public static Disable ( ThirdPartyFeature feature ) : void
feature ThirdPartyFeature
Résultat void

Enable() public static méthode

public static Enable ( ThirdPartyFeature feature ) : void
feature ThirdPartyFeature
Résultat void

SetDisabled() public static méthode

public static SetDisabled ( ThirdPartyFeature feature, bool value ) : void
feature ThirdPartyFeature
value bool
Résultat void