mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add proper block comments to DatTools classes
This commit is contained in:
@@ -12,10 +12,12 @@ using SabreTools.IO;
|
||||
using SabreTools.Logging;
|
||||
using NaturalSort;
|
||||
|
||||
// This file represents all methods related to splitting a DatFile into multiple
|
||||
namespace SabreTools.DatTools
|
||||
{
|
||||
// TODO: Implement Level split
|
||||
/// <summary>
|
||||
/// Helper methods for splitting DatFiles
|
||||
/// </summary>
|
||||
/// <remarks>TODO: Implement Level split</remarks>
|
||||
public class Splitter
|
||||
{
|
||||
#region Logging
|
||||
|
||||
Reference in New Issue
Block a user