11 lines
177 B
C#
11 lines
177 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace Studio
|
|
{
|
|
public class OptionURL
|
|
{
|
|
internal static string defaultPath = $"C:\\Users\\{Environment.UserName}";
|
|
}
|
|
}
|