mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 17:23:00 +02:00
Make the main player object an alias, makes it easier to import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { CONSTANTS } from "../../Constants";
|
||||
|
||||
import { Player } from "../../Player";
|
||||
import { Player } from "@player";
|
||||
import { Multipliers } from "../Multipliers";
|
||||
|
||||
export const calculateEntropy = (stacks = 1): Multipliers => {
|
||||
|
||||
Reference in New Issue
Block a user