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