1234567891011121314151617181920212223242526272829 |
- namespace Fort23.Mono
- {
- [UIBinding(prefab = "PengLaiDaoBigMapPanel" )]
- public partial class PengLaiDaoBigMapPanel : UIPanel
- {
- private void Init()
- {
- }
- protected override void AddEvent()
- {
- }
- protected override void DelEvent()
- {
- }
- public override void AddButtonEvent()
- {
- }
- public void CustomInit()
- {
-
- }
- }
- }
|