LethalCompany/Lethal Company/ExportedProject/Assets/Plugins/Assembly-CSharp-firstpass/ES3Internal/ES3DefaultSettings.cs
2023-12-22 18:30:10 -05:00

12 lines
207 B
C#

using UnityEngine;
namespace ES3Internal
{
public class ES3DefaultSettings : MonoBehaviour
{
[SerializeField]
public ES3SerializableSettings settings;
public bool autoUpdateReferences = true;
}
}