mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
API: Rename ns.gang.getOtherGangInformation to getAllGangInformation (#2635)
This commit is contained in:
+1
-1
@@ -4879,7 +4879,7 @@ export interface Gang {
|
||||
*
|
||||
* @returns Object containing territory and power information about all gangs, including the player's gang, if any.
|
||||
*/
|
||||
getOtherGangInformation(): Record<string, GangOtherInfoObject>;
|
||||
getAllGangInformation(): Record<string, GangOtherInfoObject>;
|
||||
|
||||
/**
|
||||
* Get information about a specific gang member.
|
||||
|
||||
Reference in New Issue
Block a user