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