first commit
This commit is contained in:
5
Nitrox.Launcher/Models/Design/BackupItem.cs
Normal file
5
Nitrox.Launcher/Models/Design/BackupItem.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using System;
|
||||
|
||||
namespace Nitrox.Launcher.Models.Design;
|
||||
|
||||
public record BackupItem(DateTime BackupDate, string BackupFileName);
|
Reference in New Issue
Block a user