Firstborn/Library/PackageCache/com.unity.addressables@1.19.19/Tests/Editor/CustomTestSchemaSubClass.cs

11 lines
193 B
C#
Raw Normal View History

using System;
using UnityEngine;
namespace UnityEditor.AddressableAssets.Tests
{
class CustomTestSchemaSubClass : CustomTestSchema
{
public string customField2 = null;
}
}