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

HasSetup() public méthode

Boolean asking if the plugin has a setup setting
public HasSetup ( ) : bool
Résultat bool
        public bool HasSetup()
        {
            return true;
        }