Fix unintended spacing change

This commit is contained in:
Nicholas Galauxy 2021-12-22 13:38:32 -06:00
parent ed4d4d091c
commit 35cfa9492e

@ -1,7 +1,7 @@
/** /**
* @public * @public
*/ */
interface Player { interface Player {
hacking: number; hacking: number;
hp: number; hp: number;
max_hp: number; max_hp: number;