public MetaButtonEventProvider() { #if UNITY_EDITOR _interop = new EditorMetaButtonEventInterop(); #else _interop = new MetaButtonEventInterop(); #endif }
/// <summary> /// Create a new instance of this class /// </summary> public EditorMetaButtonEventInterop() { _interop = new MetaButtonEventInterop(); }