This commit is contained in:
Christopher Schmidt 2024-12-01 16:46:22 -05:00
parent c558c7f5fc
commit 068b0189db
1 changed files with 3 additions and 3 deletions
src/data

View File

@ -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.
*/
public getMoveOverride(): Moves | null {
return null;
}
public getMoveOverride(): Moves | null {
return null;
}
/**
* User calls a random moveId