mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-21 01:23:39 +00:00
Origine
This commit is contained in:
parent
49a46595d7
commit
8987e446a8
8 changed files with 132 additions and 6 deletions
|
|
@ -152,6 +152,11 @@ class SqfliteDB extends BaseDB {
|
|||
return null;
|
||||
}
|
||||
|
||||
@override
|
||||
Future<List<OriginItem>> loadOrigins() async {
|
||||
return loadTypedItems<OriginItem>(itemType: "OriginItem");
|
||||
}
|
||||
|
||||
@override
|
||||
Future<List<BackgroundItem>> loadBackgrounds() async {
|
||||
return loadTypedItems<BackgroundItem>(itemType: "BackgroundItem");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue