mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-22 23:39:34 +02:00
back to any
again lol
This commit is contained in:
parent
7b5e646bbd
commit
36b981500c
@ -36,7 +36,7 @@ export abstract class ArenaTag {
|
||||
public side: ArenaTagSide = ArenaTagSide.BOTH
|
||||
) {}
|
||||
|
||||
apply(arena: Arena, simulated: boolean, ...args: unknown[]): boolean {
|
||||
apply(arena: Arena, simulated: boolean, ...args: any[]): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user