summaryrefslogtreecommitdiffstats
path: root/YOTSNDMFConfig.cs
diff options
context:
space:
mode:
Diffstat (limited to 'YOTSNDMFConfig.cs')
-rw-r--r--YOTSNDMFConfig.cs22
1 files changed, 0 insertions, 22 deletions
diff --git a/YOTSNDMFConfig.cs b/YOTSNDMFConfig.cs
deleted file mode 100644
index 0609d18..0000000
--- a/YOTSNDMFConfig.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-#if UNITY_EDITOR
-
-using UnityEngine;
-using nadena.dev.ndmf;
-using VRC.SDK3.Avatars.ScriptableObjects;
-
-namespace YOTS
-{
- [DisallowMultipleComponent]
- public class YOTSNDMFConfig : MonoBehaviour
- {
- [Tooltip("The JSON configuration file.")]
- public TextAsset jsonConfig;
-
- void OnValidate()
- {
- gameObject.tag = "EditorOnly";
- }
- }
-}
-
-#endif // UNITY_EDITOR