C# Class PlayFab.AdminModels.RandomResultTableListing

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CatalogVersion string
Nodes List
TableId string

Property Details

CatalogVersion public_oe property

Catalog version this table is associated with
public string CatalogVersion
return string

Nodes public_oe property

Child nodes that indicate what kind of drop table item this actually is.
public List Nodes
return List

TableId public_oe property

Unique name for this drop table
public string TableId
return string