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
*/
interface Player {
interface Player {
hacking: number;
hp: number;
max_hp: number;