TraktPlugin.ConfigConnector.CanEnable C# (CSharp) Method

CanEnable() public method

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