Struct MerchandiseData
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public struct MerchandiseData
Fields
count
Declaration
public int count
Field Value
| Type | Description |
|---|---|
| int |
customData
Declaration
public string customData
Field Value
| Type | Description |
|---|---|
| string |
itemName
Declaration
public string itemName
Field Value
| Type | Description |
|---|---|
| string |
level
Declaration
public int level
Field Value
| Type | Description |
|---|---|
| int |
price
Declaration
public Cost price
Field Value
| Type | Description |
|---|---|
| Cost |
type
Declaration
public MerchandiseType type
Field Value
| Type | Description |
|---|---|
| MerchandiseType |