mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-06 23:57:49 +02:00
API: Rename ns.gang.getOtherGangInformation to getAllGangInformation (#2635)
This commit is contained in:
@@ -275,7 +275,7 @@ const gang = {
|
||||
getMemberNames: RamCostConstants.GangApiBase / 4,
|
||||
renameMember: 0,
|
||||
getGangInformation: RamCostConstants.GangApiBase / 2,
|
||||
getOtherGangInformation: RamCostConstants.GangApiBase / 2,
|
||||
getAllGangInformation: RamCostConstants.GangApiBase / 2,
|
||||
getMemberInformation: RamCostConstants.GangApiBase / 2,
|
||||
canRecruitMember: RamCostConstants.GangApiBase / 4,
|
||||
getRecruitsAvailable: RamCostConstants.GangApiBase / 4,
|
||||
|
||||
Reference in New Issue
Block a user