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; }
|
||||
|
||||
Reference in New Issue
Block a user