Skip to main content

SaveSystem.instance

public static SaveSystem instance { get; }

Description#

Gets current instance of the object

Usage#

Example
using NullSave.GDTKusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(SaveSystem target)    {        SaveSystem result = target.instance;    }   }