InventoryProfile constructor

InventoryProfile(
  1. Client client,
  2. FortniteProfile profile
)

Implementation

InventoryProfile(Client client, FortniteProfile profile)
    : super(
        client,
        profile,
      );