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:
@@ -10,9 +10,11 @@ using SabreTools.IO;
|
||||
using SabreTools.Logging;
|
||||
using SabreTools.Reports;
|
||||
|
||||
// This file represents all methods related to writing to a file
|
||||
namespace SabreTools.DatTools
|
||||
{
|
||||
/// <summary>
|
||||
/// Helper methods for writing from DatFiles
|
||||
/// </summary>
|
||||
public class Writer
|
||||
{
|
||||
#region Logging
|
||||
|
||||
Reference in New Issue
Block a user