Skip to content

Commit d632f0d

Browse files
Removed Unnecessary Import
1 parent 1fedd30 commit d632f0d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Utilities/ObjectPooler.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
using System.Linq;
1+
using System;
22
using System.Collections.Generic;
3+
using System.Linq;
34
using UnityEngine;
4-
using Unity.VisualScripting;
5-
using System;
65

76
public class ObjectPooler : MonoBehaviour
87
{

0 commit comments

Comments
 (0)