mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
STANEK: Add FragmentType to NS Enums (#2341)
This commit is contained in:
3
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
3
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -5798,7 +5798,7 @@ type FragmentType = _ValueOf<FragmentEnumType>;
|
||||
interface Fragment {
|
||||
id: number;
|
||||
shape: boolean[][];
|
||||
type: number;
|
||||
type: FragmentType;
|
||||
power: number;
|
||||
limit: number;
|
||||
effect: string;
|
||||
@@ -8868,6 +8868,7 @@ type NSEnums = {
|
||||
OrderType: OrderEnumType;
|
||||
BladeburnerActionType: BladeburnerActionEnumType;
|
||||
SpecialBladeburnerActionTypeForSleeve: SpecialBladeburnerActionEnumTypeForSleeve;
|
||||
FragmentType: FragmentEnumType;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user