12 lines
239 B
C#
12 lines
239 B
C#
|
namespace Fusion.Addons.KCC
|
||
|
{
|
||
|
using UnityEngine;
|
||
|
|
||
|
/// <summary>
|
||
|
/// Attribute to support IKCCProcessor stored as UnityEngine.Object fields.
|
||
|
/// </summary>
|
||
|
public sealed class KCCProcessorReferenceAttribute : PropertyAttribute
|
||
|
{
|
||
|
}
|
||
|
}
|