Skip to main content

GDTKItem.premimumValue

public Int32 premimumValue { get; }

Description#

Get the premium value of this item

Usage#

Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(GDTKItem target)    {        System.Int32 result = target.premimumValue;    }   }