diff options
Diffstat (limited to 'YOTSNDMFConfig.cs')
| -rw-r--r-- | YOTSNDMFConfig.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/YOTSNDMFConfig.cs b/YOTSNDMFConfig.cs new file mode 100644 index 0000000..baf92b8 --- /dev/null +++ b/YOTSNDMFConfig.cs @@ -0,0 +1,11 @@ +using UnityEngine;
+using VRC.SDK3.Avatars.ScriptableObjects;
+
+namespace YOTS
+{
+ public class YOTSNDMFConfig : MonoBehaviour
+ {
+ [Tooltip("The JSON configuration file.")]
+ public TextAsset jsonConfig;
+ }
+}
|
