11 lines
161 B
C#
11 lines
161 B
C#
using WI;
|
|
using WI.UI;
|
|
|
|
namespace XED.UI
|
|
{
|
|
public class Panel_WallDrawTool : PanelBase
|
|
{
|
|
public UnityEngine.UI.Image image_walldrawtool;
|
|
|
|
}
|
|
} |