C# Class PlayFab.ServerModels.CharacterInventory

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CharacterId string
Inventory List

Property Details

CharacterId public_oe property

The id of this character.
public string CharacterId
return string

Inventory public_oe property

The inventory of this character.
public List Inventory
return List