Assembly: VRage.Game.dll

public struct MyStoreItemDataSimple

Properties

Member Description
Amount Gets amount for buy/sell
ItemId Gets definition id of the item
PricePerUnit Gets price per unit

Constructors

Member Description
MyStoreItemDataSimple(SerializableDefinitionId, int, int)