StyleModel should be internal, or outside the internal namespace.

This commit is contained in:
Raymond 2021-10-17 19:47:17 -04:00
parent 23c0e34737
commit b763dd5368

View file

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Numerics;
@ -12,7 +12,7 @@ namespace Dalamud.Interface.Internal.Windows.StyleEditor
/// <summary>
/// Class representing a serializable ImGui style.
/// </summary>
public class StyleModel
internal class StyleModel
{
/// <summary>
/// Initializes a new instance of the <see cref="StyleModel"/> class.