Skip to content

Commit

Permalink
Adjusted comment in Netscript definitions.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamAndreatta committed Feb 18, 2025
1 parent b3bfce2 commit 4b5171c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ScriptEditor/NetscriptDefinitions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1018,9 +1018,9 @@ interface GangMemberInfo {
wantedLevelGain: number;
/** Per Cycle Income for this gang member */
moneyGain: number;
/** Per Cycle Exp object for each stat for this gang member returned as a object containing each stats value.
/** Per Cycle Exp object for each stat for this gang member.
*
* returns null in the even that the member does not have a given task.
* null in the event that the member does not have a given task.
*/
expGain: GangMemberExpGain | null;
}
Expand Down

0 comments on commit 4b5171c

Please sign in to comment.