mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 05:49:32 +02:00
Linter
This commit is contained in:
parent
c558c7f5fc
commit
068b0189db
@ -6491,9 +6491,9 @@ export class RandomMoveAttr extends CallMoveAttr {
|
|||||||
/**
|
/**
|
||||||
* This function exists solely to allow tests to override the randomly selected move by mocking this function.
|
* This function exists solely to allow tests to override the randomly selected move by mocking this function.
|
||||||
*/
|
*/
|
||||||
public getMoveOverride(): Moves | null {
|
public getMoveOverride(): Moves | null {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* User calls a random moveId
|
* User calls a random moveId
|
||||||
|
Loading…
Reference in New Issue
Block a user