mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 02:03:01 +02:00
Make the main player object an alias, makes it easier to import
This commit is contained in:
@@ -7,7 +7,7 @@ import ExpandMoreIcon from "@mui/icons-material/ExpandMore";
|
||||
|
||||
import Typography from "@mui/material/Typography";
|
||||
import Button from "@mui/material/Button";
|
||||
import { Player } from "../../Player";
|
||||
import { Player } from "@player";
|
||||
import { saveObject } from "../../SaveObject";
|
||||
import { Engine } from "../../engine";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user