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
|
|
@ -12,6 +12,8 @@ abstract class BaseDB {
|
|||
|
||||
Future<List<SubRaceItem>> loadSubRaces(RaceItem race);
|
||||
|
||||
Future<List<OriginItem>> loadOrigins();
|
||||
|
||||
Future<List<T>> loadTypedItems<T extends Item>({String itemType, Item item});
|
||||
|
||||
Future<List<BackgroundItem>> loadBackgrounds();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue