mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
Make the main player object an alias, makes it easier to import
This commit is contained in:
@@ -9,7 +9,7 @@ import { LocationName } from "../Locations/data/LocationNames";
|
||||
import { Locations } from "../Locations/Locations";
|
||||
import { Settings } from "../Settings/Settings";
|
||||
import { convertTimeMsToTimeElapsedString } from "../utils/StringHelperFunctions";
|
||||
import { Player } from "../Player";
|
||||
import { Player } from "@player";
|
||||
import { Router } from "./GameRoot";
|
||||
import { numeralWrapper } from "./numeralFormat";
|
||||
import { Money } from "./React/Money";
|
||||
|
||||
Reference in New Issue
Block a user