This commit is contained in:
Olivier Gagnon
2022-04-13 11:18:22 -04:00
parent e1405a1dd2
commit a029aee404
2 changed files with 3 additions and 7 deletions

View File

@@ -3788,10 +3788,10 @@ export interface Grafting {
* Retrieves a list of Augmentations that can be grafted.
* @remarks
* RAM cost: 5 GB
*
*
* Note that this function returns a list of currently graftable Augmentations,
* based off of the Augmentations that you already own.
*
*
* @returns An array of graftable Augmentations.
*/
getGraftableAugmentations(): string[];