2025-05-01 01:48:08 -07:00

12 lines
241 B
C#

using System;
using UnityEditor.AddressableAssets.Settings;
using UnityEngine;
namespace UnityEditor.AddressableAssets.Tests
{
class CustomTestSchema : AddressableAssetGroupSchema
{
public string customField = null;
}
}