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