CommonCoreProfile constructor

CommonCoreProfile(
  1. Client client
)

common core profile object

Implementation

CommonCoreProfile(Client client)
    : super(
        client,
        FortniteProfile.common_core,
      );