first commit
This commit is contained in:
6
Nitrox.Launcher/Models/Design/NitroxChangelog.cs
Normal file
6
Nitrox.Launcher/Models/Design/NitroxChangelog.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace Nitrox.Launcher.Models.Design;
|
||||
|
||||
[Serializable]
|
||||
public record NitroxChangelog(string Version, DateTime Released, string PatchNotes);
|
Reference in New Issue
Block a user