API: Update getInfiltration API (#1235)

This commit is contained in:
catloversg
2024-05-12 07:13:59 +07:00
committed by GitHub
parent e478b9a224
commit 1288d1c289
5 changed files with 33 additions and 2 deletions

View File

@@ -5158,6 +5158,8 @@ interface InfiltrationLocation {
location: ILocation;
reward: InfiltrationReward;
difficulty: number;
maxClearanceLevel: number;
startingSecurityLevel: number;
}
/**