10 lines
177 B
C#
10 lines
177 B
C#
using UnityEngine;
|
|
|
|
namespace NanoBrain.Unity {
|
|
|
|
[System.Serializable]
|
|
public class ClusterJson : ScriptableObject {
|
|
public TextAsset jsonFile;
|
|
}
|
|
|
|
} |