快捷键操作
This commit is contained in:
@@ -9,11 +9,17 @@ namespace NBF
|
||||
{
|
||||
public partial class BtnTitleInputControl : GButton
|
||||
{
|
||||
public Action OnAction;
|
||||
public string ActionName;
|
||||
|
||||
public string ShowName;
|
||||
|
||||
private void OnInited()
|
||||
{
|
||||
}
|
||||
|
||||
public void SetData(string actionName, string showName)
|
||||
{
|
||||
this.ActionName = actionName;
|
||||
this.ShowName = showName;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user