소스 검색

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

Harald Csaszar 4 년 전
부모
커밋
2243ec9e98
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      spine-unity/Assets/Spine/Editor/spine-unity/Editor/Components/BoundingBoxFollowerGraphicInspector.cs

+ 1 - 1
spine-unity/Assets/Spine/Editor/spine-unity/Editor/Components/BoundingBoxFollowerGraphicInspector.cs

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