fix - 숨김 오브젝트, 에러 수정

This commit is contained in:
njh
2026-02-09 09:13:32 +09:00
parent 449464bae2
commit 1061bd2d12
9 changed files with 106 additions and 61 deletions

View File

@@ -0,0 +1,15 @@
using ChunilENG;
using UnityEngine;
//public enum FloorType
//{
// None,
// All,
// FirstFloor,
// SecondFloor,
//}
public class HideObject : MonoBehaviour
{
//public FloorType floorType;
}