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;
        }