InventoryDatabaseV2.settings
public static DatabaseSettings settings { get; }Description#
Gets a the settings for the database
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InventoryDatabaseV2 target) { DatabaseSettings result = target.settings; } }