mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 13:57:05 +02:00
Make the main player object an alias, makes it easier to import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Programs } from "./Programs";
|
||||
import { Program } from "./Program";
|
||||
|
||||
import { Player } from "../Player";
|
||||
import { Player } from "@player";
|
||||
|
||||
//Returns the programs this player can create.
|
||||
export function getAvailableCreatePrograms(): Program[] {
|
||||
|
||||
Reference in New Issue
Block a user