🆕 Effect selection in user dropdown

This commit is contained in:
duckietm
2026-04-29 13:23:30 +02:00
parent 2a707c3b8d
commit 853204a5b8
3 changed files with 17 additions and 13 deletions
+5
View File
@@ -399,6 +399,11 @@ export class AvatarImage implements IAvatarImage, IAvatarEffectListener
return this._mainDirection;
}
public getDirectionOffset(): number
{
return this._directionOffset;
}
public initActionAppends(): void
{
this._actions = [];