mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 21:07:04 +02:00
Make the main player object an alias, makes it easier to import
This commit is contained in:
@@ -2,7 +2,7 @@ import React from "react";
|
||||
import { CONSTANTS } from "../Constants";
|
||||
import { AugmentationNames } from "../Augmentation/data/AugmentationNames";
|
||||
import { GraftableAugmentations } from "../PersonObjects/Grafting/ui/GraftingRoot";
|
||||
import { Player } from "../Player";
|
||||
import { Player } from "@player";
|
||||
import { Work, WorkType } from "./Work";
|
||||
import { graftingIntBonus } from "../PersonObjects/Grafting/GraftingHelpers";
|
||||
import { applyAugmentation } from "../Augmentation/AugmentationHelpers";
|
||||
|
||||
Reference in New Issue
Block a user