2025-02-20 09:59:37 +09:00
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using UnityEngine;
|
|
|
|
|
using WI;
|
|
|
|
|
|
|
|
|
|
namespace CHN
|
|
|
|
|
{
|
|
|
|
|
public class Canvas_Top : CanvasBase
|
|
|
|
|
{
|
|
|
|
|
public Panel_TopToolBar panel_toptoolbar;
|
2025-03-12 12:04:19 +09:00
|
|
|
public Panel_ToolBar panel_toolbar;
|
2025-03-14 10:32:35 +09:00
|
|
|
public Panel_ProductionStatus panel_productionstatus;
|
2025-02-20 09:59:37 +09:00
|
|
|
}
|
|
|
|
|
}
|