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

12 lines
241 B
C#
Raw Normal View History

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