Removed duplicate GsmDbStruct entries
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Gsm
|
||||
{
|
||||
public struct GsmStruct
|
||||
public struct GsmDbStruct
|
||||
{
|
||||
public static class Tables
|
||||
{
|
||||
@@ -9,20 +9,11 @@
|
||||
public static string RegistryList { get { return "RegistryList"; } }
|
||||
}
|
||||
|
||||
public static class DirectoryColumns
|
||||
public static class Columns
|
||||
{
|
||||
public static string ID { get { return "id"; } }
|
||||
public static string GameID { get { return "GameID"; } }
|
||||
}
|
||||
|
||||
public static class GameEntries
|
||||
{
|
||||
public static string GameID { get { return "id"; } }
|
||||
public static string GameName { get { return "GameName"; } }
|
||||
}
|
||||
|
||||
public static class RegistryColumns
|
||||
{
|
||||
public static string GameID { get { return "GameID"; } }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user