TraktPlugin.ConfigConnector.CanEnable C# (CSharp) Метод

CanEnable() публичный Метод

Boolean that decides whether the plugin can be enabled or not
public CanEnable ( ) : bool
Результат bool
        public bool CanEnable()
        {
            return true;
        }