Files
정영민 aa08b5264e [정영민] 가상공장 기능 수정
26.03.17
- 미니맵 기능 수정
- 건물 기능 수정
- 설비 아이콘 기능 및 알람 기능 수정
2026-03-17 12:16:12 +09:00

14 lines
213 B
C#

using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AZTECHWB
{
public class Floor : MonoBehaviour
{
public int floorIndex;
public bool isEmptyFloor;
}
}