[unity] Corrected incorrect using statement (leading to a compile error under some conditions), related to previous commit 75b9321. Added BoundingBoxFollowerGraphic component. [..] See #1770.

This commit is contained in:
Harald Csaszar 2020-11-12 12:18:04 +01:00
parent 384871b1eb
commit 2243ec9e98

View File

@ -33,7 +33,7 @@
using UnityEngine;
using UnityEditor;
using Boo.Lang;
using System.Collections.Generic;
namespace Spine.Unity.Editor {
using Event = UnityEngine.Event;