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

GetDisableNotifications() 공개 정적인 메소드

public static GetDisableNotifications ( ) : bool
리턴 bool
        public static bool GetDisableNotifications()
        {
            return settings.DisableNotifications;
        }