Update SplatNet 3 types

This commit is contained in:
Samuel Elliott 2022-09-28 02:27:54 +01:00
parent 587b1237fb
commit 50d942ae44
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -160,7 +160,7 @@ interface ExtendedWeapon extends Weapon {
url: string;
};
}
interface ExtendedWeaponSet extends WeaponSet {
interface ExtendedWeaponSet extends ExtendedWeapon {
subWeapon: SubWeapon;
specialWeapon: ExtendedSpecialWeapon;
}