mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Create Constants class and consolodate
This commit is contained in:
@@ -10,8 +10,8 @@ namespace SabreTools
|
||||
public class TrimMerge
|
||||
{
|
||||
// Instance variables
|
||||
private string _filename = "";
|
||||
private string _path = "";
|
||||
private string _filename;
|
||||
private string _path;
|
||||
private bool _rename;
|
||||
private bool _forceunpack;
|
||||
private Logger _logger;
|
||||
|
||||
Reference in New Issue
Block a user