mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Style] Add region
This commit is contained in:
@@ -10,6 +10,8 @@ namespace SabreTools.Helper
|
||||
/// </summary>
|
||||
public class Style
|
||||
{
|
||||
#region WoD-based String Cleaning
|
||||
|
||||
/// <summary>
|
||||
/// Replace accented characters
|
||||
/// </summary>
|
||||
@@ -139,6 +141,10 @@ namespace SabreTools.Helper
|
||||
return input;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region DAT Cleaning
|
||||
|
||||
/// <summary>
|
||||
/// Generate a proper outfile name based on a DAT and output directory
|
||||
/// </summary>
|
||||
@@ -281,6 +287,8 @@ namespace SabreTools.Helper
|
||||
return newhash;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Externally sourced methods
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user