11 lines
193 B
C#
Raw Normal View History

2025-05-18 01:04:31 +08:00
using System;
using UnityEngine;
namespace UnityEditor.AddressableAssets.Tests
{
class CustomTestSchemaSubClass : CustomTestSchema
{
public string customField2 = null;
}
}