2025-09-24 11:24:38 +05:00

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
{
}
}