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