mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move OfflineListInfo to new file
This commit is contained in:
14
SabreTools.DatFiles/OfflineListInfo.cs
Normal file
14
SabreTools.DatFiles/OfflineListInfo.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace SabreTools.DatFiles
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents one OfflineList infos object
|
||||
/// </summary>
|
||||
public class OfflineListInfo
|
||||
{
|
||||
[Models.Required]
|
||||
public string? Name { get; set; }
|
||||
public bool? Visible { get; set; }
|
||||
public bool? InNamingOption { get; set; }
|
||||
public bool? Default { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user