WuhuIslandTesting/Library/PackageCache/com.unity.addressables@1.21.12/Tests/Editor/CustomTestSchema.cs
2025-01-07 02:06:59 +01:00

11 lines
241 B
C#

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