Removed non-unique GSMParser ID from models
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
public class DirectoriesModel : FireLance.Interfaces.IDirectoriesModel
|
||||
{
|
||||
public int id { get; set; }
|
||||
public int GameID { get; set; }
|
||||
public string SpecialPath { get; set; }
|
||||
public string Path { get; set; }
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
public class GameEntryModel : FireLance.Interfaces.IGameEntryModel
|
||||
{
|
||||
public int id { get; set; }
|
||||
public string GameName { get; set; }
|
||||
public string BackupWarning { get; set; }
|
||||
public string RestoreWarning { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user