mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 07:07:50 +02:00
Make the main player object an alias, makes it easier to import
This commit is contained in:
@@ -7,7 +7,7 @@ import AccordionDetails from "@mui/material/AccordionDetails";
|
||||
import ExpandMoreIcon from "@mui/icons-material/ExpandMore";
|
||||
|
||||
import { Adjuster } from "./Adjuster";
|
||||
import { Player } from "../../Player";
|
||||
import { Player } from "@player";
|
||||
|
||||
const bigNumber = 1e27;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user