Reduce implicit null checks

This commit is contained in:
Matt Nadareski
2023-08-10 11:35:32 -04:00
parent 5213490689
commit c59bd4d857
35 changed files with 1406 additions and 783 deletions

View File

@@ -60,7 +60,7 @@ namespace SabreTools.Models.ClrMamePro
public Chip[]? Chip { get; set; }
/// <remarks>video, Appears after Chip</remarks>
public Video? Video { get; set; }
public Video[]? Video { get; set; }
/// <remarks>sound, Appears after Video</remarks>
public Sound? Sound { get; set; }