This commit is contained in:
lollipopkit
2023-08-24 21:24:27 +08:00
parent 536fbedda2
commit 7d4c30732a
9 changed files with 40 additions and 24 deletions

View File

@@ -0,0 +1,5 @@
abstract class TagPickable {
bool containsTag(String tag);
String get tagName;
}