mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 05:47:14 +02:00
Merge pull request #2737 from pd/crimestats-name
NetscriptDefinitions: Fix type of CrimeStats.name
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ export interface CrimeStats {
|
|||||||
/** How much money is given */
|
/** How much money is given */
|
||||||
money: number;
|
money: number;
|
||||||
/** Name of crime */
|
/** Name of crime */
|
||||||
name: number;
|
name: string;
|
||||||
/** Milliseconds it takes to attempt the crime */
|
/** Milliseconds it takes to attempt the crime */
|
||||||
time: number;
|
time: number;
|
||||||
/** Description of the crime activity */
|
/** Description of the crime activity */
|
||||||
|
|||||||
Reference in New Issue
Block a user