mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +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 { NSFull } from "../NetscriptFunctions";
|
||||
|
||||
/** This type assumes any value that isn't an API layer or a function has been omitted (args and enum) */
|
||||
|
||||
Reference in New Issue
Block a user