Skip to main content

SaveSystem.tempData

public static DataSection tempData { get; }

Description#

Stores temporary data that is not saved/loaded

Usage#

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