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

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