10 lines
193 B
C#
10 lines
193 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace UnityEditor.AddressableAssets.Tests
|
|
{
|
|
class CustomTestSchemaSubClass : CustomTestSchema
|
|
{
|
|
public string customField2 = null;
|
|
}
|
|
}
|