mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
+2
-2
@@ -4197,13 +4197,13 @@ export interface Gang {
|
||||
getGangInformation(): GangGenInfo;
|
||||
|
||||
/**
|
||||
* Get information about the other gangs.
|
||||
* Get information about all gangs.
|
||||
* @remarks
|
||||
* RAM cost: 2 GB
|
||||
*
|
||||
* Get territory and power information about all gangs.
|
||||
*
|
||||
* @returns Object containing territory and power information about all gangs.
|
||||
* @returns Object containing territory and power information about all gangs, including the player's gang, if any.
|
||||
*/
|
||||
getOtherGangInformation(): Record<string, GangOtherInfoObject>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user