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