namespace Unity.VisualScripting
{
///
/// Use to draw gizmos that are drawn in the editor when the object is selected.
///
[UnitCategory("Events/Editor")]
public sealed class OnDrawGizmosSelected : ManualEventUnit
{
protected override string hookName => EventHooks.OnDrawGizmosSelected;
}
}