Server.Network.FeatureProtection.Enable C# (CSharp) Méthode

Enable() public static méthode

public static Enable ( ThirdPartyFeature feature ) : void
feature ThirdPartyFeature
Résultat void
		public static void Enable( ThirdPartyFeature feature )
		{
			SetDisabled( feature, false );
		}