mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools, DatFile] Make method signatures cleaner
This commit is contained in:
@@ -184,17 +184,17 @@ namespace SabreTools.Library.DatFiles
|
||||
get { return _quotes; }
|
||||
set { _quotes = value; }
|
||||
}
|
||||
public string RepExt
|
||||
public string ReplaceExtension
|
||||
{
|
||||
get { return _repExt; }
|
||||
set { _repExt = value; }
|
||||
}
|
||||
public string AddExt
|
||||
public string AddExtension
|
||||
{
|
||||
get { return _addExt; }
|
||||
set { _addExt = value; }
|
||||
}
|
||||
public bool RemExt
|
||||
public bool RemoveExtension
|
||||
{
|
||||
get { return _remExt; }
|
||||
set { _remExt = value; }
|
||||
|
||||
Reference in New Issue
Block a user