필요없는 using제거

This commit is contained in:
김판돌 2023-10-24 21:24:03 +09:00
parent 225a6d0d49
commit 5f20c0b40f
2 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

View File

@ -1,7 +1,4 @@
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using Unity.VisualScripting;
using UnityEngine;
public class UnitCtrl : MonoBehaviour