// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using UnityEngine.Events;
namespace Microsoft.MixedReality.Toolkit.UI
{
///
/// A UnityEvent callback containing a SliderEventData payload.
///
[System.Serializable]
public class SliderEvent : UnityEvent { }
}