12 lines
205 B
C#
12 lines
205 B
C#
|
namespace Fusion.Addons.KCC
|
||
|
{
|
||
|
using UnityEngine;
|
||
|
|
||
|
/// <summary>
|
||
|
/// Attribute to support layer selection in inspector.
|
||
|
/// </summary>
|
||
|
public sealed class KCCLayerAttribute : PropertyAttribute
|
||
|
{
|
||
|
}
|
||
|
}
|