mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-08 16:47:49 +02:00
Move player skills and exp to their struct
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export interface HP {
|
||||
current: number;
|
||||
max: number;
|
||||
}
|
||||
Reference in New Issue
Block a user