mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-23 07:14:57 +00:00
OpenMSX has changed a bit
This commit is contained in:
@@ -442,6 +442,12 @@ namespace SabreTools.Metadata.DatItems.Formats
|
||||
set => _internal.Status = value;
|
||||
}
|
||||
|
||||
public string? StatusMisc
|
||||
{
|
||||
get => _internal.StatusMisc;
|
||||
set => _internal.StatusMisc = value;
|
||||
}
|
||||
|
||||
public string? Summation
|
||||
{
|
||||
get => _internal.Summation;
|
||||
|
||||
Reference in New Issue
Block a user