Fixing bug

This commit is contained in:
2023-08-05 21:47:27 +02:00
parent a62f3006ef
commit 9e4ee3659f
3 changed files with 9 additions and 2 deletions

View File

@ -302,6 +302,14 @@ export class UserAPI {
}
it = this.iterator
get _() {
return this.iterator('_');
}
get A() {
return this.iterator('A');
}
// =============================================================
// Drunk mechanism
// =============================================================