10 lines
293 B
C#
10 lines
293 B
C#
namespace DA_Assets.Constants
|
|
{
|
|
public class DAConstants
|
|
{
|
|
public const string JsonNetPackageName = "com.unity.nuget.newtonsoft-json";
|
|
public const string Publisher = "D.A. Assets";
|
|
public const string SiteLink = "https://da-assets.github.io/site/";
|
|
}
|
|
}
|