AlertCloseEvent.cs 132 B

12345678910111213
  1. using System;
  2. public class AlertCloseEvent
  3. {
  4. public uint detail;
  5. public AlertPanel target;
  6. public AlertCloseEvent ()
  7. {
  8. }
  9. }