TraktPlugin.ConfigConnector.CanEnable C# (CSharp) Méthode

CanEnable() public méthode

Boolean that decides whether the plugin can be enabled or not
public CanEnable ( ) : bool
Résultat bool
        public bool CanEnable()
        {
            return true;
        }