Make DatFile formats public sealed for consistency

This commit is contained in:
Matt Nadareski
2025-02-13 14:22:51 -05:00
parent f25dc193e1
commit 232c8ca626
18 changed files with 29 additions and 30 deletions

View File

@@ -15,7 +15,7 @@ namespace SabreTools.DatFiles.Formats
/// <summary>
/// Represents parsing and writing of a reference SabreDAT JSON
/// </summary>
internal class SabreJSON : DatFile
public sealed class SabreJSON : DatFile
{
/// <inheritdoc/>
public override ItemType[] SupportedTypes