fix an any

This commit is contained in:
Olivier Gagnon
2022-07-19 22:44:45 -04:00
parent 83c26903c0
commit ce2ebf576e
5 changed files with 20 additions and 7 deletions
+2 -1
View File
@@ -2037,9 +2037,10 @@ export interface Singularity {
* guarantee that your browser will follow that time limit.
*
* @param crime - Name of crime to attempt.
* @param focus - Acquire player focus on this program creation. Optional. Defaults to true.
* @returns The number of milliseconds it takes to attempt the specified crime.
*/
commitCrime(crime: string): number;
commitCrime(crime: string, focus?: boolean): number;
/**
* Get chance to successfully commit a crime.