mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 00:04:22 +02:00
Make the main player object an alias, makes it easier to import
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
||||
import { createRandomIp } from "../utils/IPAddress";
|
||||
|
||||
import { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from "../utils/JSONReviver";
|
||||
import { Player } from "../Player";
|
||||
import { Player } from "@player";
|
||||
|
||||
interface IConstructorParams {
|
||||
adminRights?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user