InventoryPluginWrapper.ToJSON
Declaration#
public jsonUniversalPluginWrapper ToJSON()Description#
Saves data to a JSON compatible object
Usage#
using NullSave.GDTK.Inventory;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InventoryPluginWrapper target) { string result = target.ToJSON(); }
}