mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-24 23:57:18 +00:00
Remove framework gating
This commit is contained in:
@@ -6,11 +6,7 @@ namespace SabreTools.Models.VBSP
|
||||
/// <summary>
|
||||
/// BSP file signature.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public string Signature { get; set; }
|
||||
#else
|
||||
public string? Signature { get; set; }
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// BSP file version.
|
||||
@@ -25,11 +21,7 @@ namespace SabreTools.Models.VBSP
|
||||
/// <summary>
|
||||
/// Lumps.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public Lump[] Lumps { get; set; }
|
||||
#else
|
||||
public Lump?[]? Lumps { get; set; }
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// The map's revision (iteration, version) number.
|
||||
|
||||
Reference in New Issue
Block a user