完善编辑器
This commit is contained in:
@@ -23,8 +23,9 @@ public class UIJuBaoItem : UIBaseItem
|
||||
public int itemIdx;
|
||||
|
||||
// Start is called before the first frame update
|
||||
void Awake()
|
||||
protected override void Awake()
|
||||
{
|
||||
base.Awake();
|
||||
AddInputNameClickEvent(txtPos);
|
||||
btnDel.onClick.AddListener(RemoveSelf);
|
||||
itemIdx = 0;
|
||||
|
||||
Reference in New Issue
Block a user