2025-05-01 01:48:08 -07:00

10 lines
271 B
C#

#if UNITY_EDITOR
namespace UnityEngine.Localization
{
/// <summary>
/// Driver for properties that are being driven by the Localized Property Variant system.
/// </summary>
class VariantsPropertyDriver : PropertyDriver<VariantsPropertyDriver> {}
}
#endif