first commit
This commit is contained in:
12
Nitrox.Launcher/Models/Design/NitroxBlog.cs
Normal file
12
Nitrox.Launcher/Models/Design/NitroxBlog.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using Avalonia.Media.Imaging;
|
||||
|
||||
namespace Nitrox.Launcher.Models.Design;
|
||||
|
||||
public sealed record NitroxBlog(string Title, DateOnly Date, string Url, Bitmap Image)
|
||||
{
|
||||
public NitroxBlog() : this("", default, "", null)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user