first commit
This commit is contained in:
9
Nitrox.Launcher/Models/Design/KnownGame.cs
Normal file
9
Nitrox.Launcher/Models/Design/KnownGame.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using NitroxModel.Discovery.Models;
|
||||
|
||||
namespace Nitrox.Launcher.Models.Design;
|
||||
|
||||
public class KnownGame
|
||||
{
|
||||
public string PathToGame { get; init; }
|
||||
public Platform Platform { get; init; }
|
||||
}
|
Reference in New Issue
Block a user