Files
SAMKWANG/Assets/Scripts/Branch/UI/UI_MachineStatusContent.cs
2025-11-21 13:02:34 +09:00

12 lines
156 B
C#

using System.Collections.Generic;
using UnityEngine;
namespace Samkwang
{
public class UI_MachineStatusContent : MonoBehaviour
{
}
}