EventMinLogWidget.cs 298 B

123456789101112131415161718192021222324
  1. namespace Fort23.Mono
  2. {
  3. [UIBinding(prefab = "EventMinLogWidget" )]
  4. public partial class EventMinLogWidget : UIComponent
  5. {
  6. private void Init()
  7. {
  8. }
  9. public override void AddEvent()
  10. {
  11. }
  12. public override void DelEvent()
  13. {
  14. }
  15. public override void AddButtonEvent()
  16. {
  17. }
  18. }
  19. }