namespace Fusion.Addons.KCC { using UnityEngine; /// /// Attribute to support layer selection in inspector. /// public sealed class KCCLayerAttribute : PropertyAttribute { } }