[DatFiles/] Specific formats should not be exposed outside of the library

This commit is contained in:
Matt Nadareski
2017-11-17 14:33:36 -08:00
parent 57de7a614a
commit b578dd1274
13 changed files with 34 additions and 41 deletions

View File

@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web;
@@ -24,7 +23,7 @@ namespace SabreTools.Library.DatFiles
/// <summary>
/// Represents parsing and writing of a RomCenter DAT
/// </summary>
public class RomCenter : DatFile
internal class RomCenter : DatFile
{
/// <summary>
/// Constructor designed for casting a base DatFile