BS 0.1 基础构建完成 / 0.2 Visual 同为Unity UI控件部分
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace ES3Internal
|
||||
{
|
||||
public class ES3DefaultSettings : MonoBehaviour
|
||||
{
|
||||
[SerializeField]
|
||||
public ES3SerializableSettings settings = null;
|
||||
|
||||
public bool autoUpdateReferences = true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user