using UnityEngine; namespace RopeToolkit { public class DisableInPlayModeAttribute : PropertyAttribute { public DisableInPlayModeAttribute() { } } }