AcManager.Tools.GameProperties.ReplaysExtensionSetter.OnlyNewIfEnabled C# (CSharp) Method

OnlyNewIfEnabled() private method

private OnlyNewIfEnabled ( ) : ReplaysExtensionSetter
return ReplaysExtensionSetter
        public static ReplaysExtensionSetter OnlyNewIfEnabled() {
            return SettingsHolder.Drive.AutoAddReplaysExtension ? new ReplaysExtensionSetter() : null;
        }