ActEpsPushCtrl.cs 243 B

123456789101112
  1. using XGame.Framework.Network;
  2. namespace FL.Network
  3. {
  4. public class ActEpsPushCtrl : MsgController<ActEpsPush>
  5. {
  6. protected override void OnProcess(ActEpsPush message, object context)
  7. {
  8. }
  9. }
  10. }