public PluginItemCollection(string path, GameDatabaseCollection type = GameDatabaseCollection.Uknown) : base(path, type)
 {
 }
Exemple #2
0
 public SuccessStoryCollection(string path, GameDatabaseCollection type = GameDatabaseCollection.Uknown) : base(path, type)
 {
 }
Exemple #3
0
 public GameActivitiesCollection(string path, GameDatabaseCollection type = GameDatabaseCollection.Uknown) : base(path, type)
 {
 }
 public ScreeshotsVisualizeCollection(string path, GameDatabaseCollection type = GameDatabaseCollection.Uknown) : base(path, type)
 {
 }
Exemple #5
0
 public BackgroundImagesCollection(string path, GameDatabaseCollection type = GameDatabaseCollection.Uknown) : base(path, type)
 {
 }
 public GameLocalizationsCollection(string path, GameDatabaseCollection type = GameDatabaseCollection.Uknown) : base(path, type)
 {
 }
Exemple #7
0
 public RequierementsCollection(string path, GameDatabaseCollection type = GameDatabaseCollection.Uknown) : base(path, type)
 {
 }
 public GameHowLongToBeatCollection(string path, GameDatabaseCollection type = GameDatabaseCollection.Uknown) : base(path, type)
 {
 }