bitburner-src/src/PersonObjects/HP.ts
2022-07-26 23:54:17 -04:00

5 lines
58 B
TypeScript

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