mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
Make the main player object an alias, makes it easier to import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Player } from "../Player";
|
||||
import { Player } from "@player";
|
||||
import { purchaseAugmentation, joinFaction, getFactionAugmentationsFiltered } from "../Faction/FactionHelpers";
|
||||
import { startWorkerScript } from "../NetscriptWorker";
|
||||
import { Augmentation } from "../Augmentation/Augmentation";
|
||||
|
||||
Reference in New Issue
Block a user