update
This commit is contained in:
13
Assets/Scripts/UI/Canvas_Right.cs
Normal file
13
Assets/Scripts/UI/Canvas_Right.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using WI;
|
||||
|
||||
namespace CHN
|
||||
{
|
||||
public class Canvas_Right : CanvasBase
|
||||
{
|
||||
public Panel_FloorControl panel_floorcontrol;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user