1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 23:16:09 +00:00
This commit is contained in:
Yan Maniez 2020-03-12 17:05:53 +01:00
parent b758deab1a
commit 765d65afd4
6 changed files with 60 additions and 224 deletions

View file

@ -119,7 +119,7 @@ class SpellItem extends Item {
}
class Items extends Item {
Items(Map<String, dynamic> map) : super(map) {}
Items(Map<String, dynamic> map) : super(map);
}
abstract class FilteredItems extends Items {