InventoryDatabaseV2.items
public static List<GDTKItem> items { get; }
#
DescriptionGets a list of all Items in the database
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InventoryDatabaseV2 target) { System.Collections.Generic.List<GDTKItem> result = target.items; } }