namespace Fort23.Mono { [UIBinding(prefab = "CombatPanel")] public partial class CombatPanel : UIPanel { private void Init() { } protected override void AddEvent() { } protected override void DelEvent() { } public override void AddButtonEvent() { bnt_shengShi.onClick.AddListener(Bnt_shengShi_onClick); } private void Bnt_shengShi_onClick() { } } }