Skip to content

Commit 85e11da

Browse files
committed
Correct import of collections
1 parent c193e9d commit 85e11da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/CameraMultiTarget/Example/ExampleGameController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Collections;
2+
using System.Collections.Generic;
23
using System.Linq;
3-
using Boo.Lang;
44
using UnityEngine;
55

66
public class ExampleGameController : MonoBehaviour

0 commit comments

Comments
 (0)