LocalizationEventHelper.SetLoadFromMemory
Declaration#
public void SetLoadFromMemory()Description#
Set localization to load from memory
Usage#
Example
using NullSave.GDTK;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(LocalizationEventHelper target) { target.SetLoadFromMemory(); }
}