Files
Nitrox/Nitrox.Launcher/Models/Design/NitroxChangelog.cs
2025-07-06 00:23:46 +02:00

7 lines
160 B
C#

using System;
namespace Nitrox.Launcher.Models.Design;
[Serializable]
public record NitroxChangelog(string Version, DateTime Released, string PatchNotes);