Files
ChunilENG/Assets/Scripts/UI/Canvas_Right.cs
정영민 2dd5d814a7 update
2025-02-20 09:59:37 +09:00

14 lines
218 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using WI;
namespace CHN
{
public class Canvas_Right : CanvasBase
{
public Panel_FloorControl panel_floorcontrol;
}
}