14 lines
218 B
C#
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;
|
|
}
|
|
}
|
|
|