mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
StyleModel should be internal, or outside the internal namespace.
This commit is contained in:
parent
23c0e34737
commit
b763dd5368
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue