Add skills to skills list of skills with skills in a list of skills a… #50

Merged
7f8ddd merged 2 commits from cocaine-4 into main 2023-09-03 07:23:56 -07:00
Showing only changes of commit c281c6ce59 - Show all commits

View File

@ -866,7 +866,6 @@ export enum GettingSlotOrderInfo {
}
export interface Giving {
// Probably isn't a consumable but it's also not my problem.
RawUpgrades: Consumable[];
_SlotOrderInfo: GivingSlotOrderInfo[];
}