13 lines
207 B
C#
13 lines
207 B
C#
|
using UnityEngine;
|
||
|
|
||
|
namespace ES3Internal
|
||
|
{
|
||
|
public class ES3DefaultSettings : MonoBehaviour
|
||
|
{
|
||
|
[SerializeField]
|
||
|
public ES3SerializableSettings settings;
|
||
|
|
||
|
public bool autoUpdateReferences = true;
|
||
|
}
|
||
|
}
|