Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 446 Bytes

bitburner.simpleopponentstats.md

File metadata and controls

20 lines (15 loc) · 446 Bytes

Home > bitburner > SimpleOpponentStats

SimpleOpponentStats type

Signature:

type SimpleOpponentStats = {
  wins: number;
  losses: number;
  winStreak: number;
  highestWinStreak: number;
  favor: number;
  bonusPercent: number;
  bonusDescription: string;
};