12 lines
205 B
C#
Raw Permalink Normal View History

2025-09-24 11:24:38 +05:00
namespace Fusion.Addons.KCC
{
using UnityEngine;
/// <summary>
/// Attribute to support layer selection in inspector.
/// </summary>
public sealed class KCCLayerAttribute : PropertyAttribute
{
}
}