13 lines
250 B
C#
13 lines
250 B
C#
using UnityEngine;
|
|
using System.Collections.Generic;
|
|
|
|
namespace ES3Internal
|
|
{
|
|
public class ES3DefaultSettings : MonoBehaviour
|
|
{
|
|
[SerializeField]
|
|
public ES3SerializableSettings settings = null;
|
|
|
|
public bool autoUpdateReferences = true;
|
|
}
|
|
} |