CSL.SettingsHandler.GetAutoHandleBool C# (CSharp) 메소드

GetAutoHandleBool() 공개 정적인 메소드

public static GetAutoHandleBool ( ) : bool
리턴 bool
        public static bool GetAutoHandleBool()
        {
            return settings.AutoCheck;
        }