7 lines
160 B
C#
7 lines
160 B
C#
using System;
|
|
|
|
namespace Nitrox.Launcher.Models.Design;
|
|
|
|
[Serializable]
|
|
public record NitroxChangelog(string Version, DateTime Released, string PatchNotes);
|