mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
So many fields and TODOs...
This commit is contained in:
@@ -14,16 +14,8 @@ namespace SabreTools.Library.DatFiles
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public bool? Visible { get; set; }
|
||||
public bool? IsNamingOption { get; set; }
|
||||
public bool? InNamingOption { get; set; }
|
||||
public bool? Default { get; set; }
|
||||
|
||||
public OfflineListInfo(string name, bool? visible, bool? isNamingOption, bool? def)
|
||||
{
|
||||
Name = name;
|
||||
Visible = visible;
|
||||
IsNamingOption = isNamingOption;
|
||||
Default = def;
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user