Files
Studio/Assets/Scripts/XED/UI/Panel/Panel_WallDrawTool.cs
2025-02-19 17:24:26 +09:00

11 lines
161 B
C#

using WI;
using WI.UI;
namespace XED.UI
{
public class Panel_WallDrawTool : PanelBase
{
public UnityEngine.UI.Image image_walldrawtool;
}
}