WuhuIslandTesting/Library/PackageCache/com.unity.addressables@1.21.12/Tests/Editor/CustomTestSchemaSubClass.cs

11 lines
193 B
C#
Raw Normal View History

2025-01-07 02:06:59 +01:00
using System;
using UnityEngine;
namespace UnityEditor.AddressableAssets.Tests
{
class CustomTestSchemaSubClass : CustomTestSchema
{
public string customField2 = null;
}
}