forked from BilalY/Rasagar
10 lines
179 B
C#
10 lines
179 B
C#
using System;
|
|
|
|
namespace UnityEditor.PackageManager.ValidationSuite
|
|
{
|
|
internal class AssemblyDefinitionReference
|
|
{
|
|
public string reference = String.Empty;
|
|
}
|
|
}
|