C# Class PlayFab.ServerModels.CharacterInventory

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CharacterId string
Inventory List

Property Details

CharacterId public property

The id of this character.
public string CharacterId
return string

Inventory public property

The inventory of this character.
public List Inventory
return List