mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 23:13:42 +02:00
Update arena.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
6a8a8e3ca0
commit
97d65bb4ab
@ -836,7 +836,7 @@ export class Arena {
|
|||||||
* @todo Review the other tag manipulation functions to see if they can be migrated towards using this (more efficient)
|
* @todo Review the other tag manipulation functions to see if they can be migrated towards using this (more efficient)
|
||||||
*/
|
*/
|
||||||
public removeTagsOnSide(
|
public removeTagsOnSide(
|
||||||
tagTypes: ArenaTagType[] | ReadonlyArray<ArenaTagType>,
|
tagTypes: ArenaTagType[] | readonly ArenaTagType[],
|
||||||
side: ArenaTagSide,
|
side: ArenaTagSide,
|
||||||
quiet = false,
|
quiet = false,
|
||||||
): void {
|
): void {
|
||||||
|
Loading…
Reference in New Issue
Block a user