bitburner-src/src/PersonObjects/HP.ts

5 lines
58 B
TypeScript
Raw Normal View History

export interface HP {
current: number;
max: number;
}