打开窗口框架
This commit is contained in:
3
UnityGame/Assets/Scripts/GameLogic/UI/UILogic/Main.meta
Normal file
3
UnityGame/Assets/Scripts/GameLogic/UI/UILogic/Main.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d2e66ce219a441108094ae188afcc745
|
||||
timeCreated: 1752663372
|
||||
@@ -0,0 +1,18 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace CreatGame.UI
|
||||
{
|
||||
public partial class UIMainView
|
||||
{
|
||||
public override void InitView()
|
||||
{
|
||||
base.InitView();
|
||||
StarBtn.onClick.AddListener(OnStarBtnClick);
|
||||
}
|
||||
|
||||
private void OnStarBtnClick()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 19a056c97ef74d2697f0bd0e7efc3651
|
||||
timeCreated: 1752663384
|
||||
Reference in New Issue
Block a user