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