mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
API: Make ActiveFragment extend Fragment (#2373)
* DOCUMENTATION: Fix wrong return type of ns.stanek.activeFragments * Make ActiveFragment extend Fragment
This commit is contained in:
3
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
3
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -5816,8 +5816,7 @@ interface Fragment {
|
||||
}
|
||||
|
||||
/** @public */
|
||||
interface ActiveFragment {
|
||||
id: number;
|
||||
interface ActiveFragment extends Fragment {
|
||||
highestCharge: number;
|
||||
numCharge: number;
|
||||
rotation: number;
|
||||
|
||||
Reference in New Issue
Block a user