11 lines
194 B
C#
11 lines
194 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace Byway.Quality
|
|
{
|
|
[AttributeUsage(AttributeTargets.Field)]
|
|
public class SelectableSerializeReferenceAttribute : PropertyAttribute
|
|
{
|
|
}
|
|
}
|