Skip to main content

GDTKItem.info

public BasicInfo info { get; }

Description#

Information about this object

Usage#

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