PacketPriority.cs 542 B

12345678910111213141516171819
  1. /* ----------------------------------------------------------------------------
  2. * This file was automatically generated by SWIG (http://www.swig.org).
  3. * Version 2.0.1
  4. *
  5. * Do not make changes to this file unless you know what you are doing--modify
  6. * the SWIG interface file instead.
  7. * ----------------------------------------------------------------------------- */
  8. namespace RakNet {
  9. public enum PacketPriority {
  10. IMMEDIATE_PRIORITY,
  11. HIGH_PRIORITY,
  12. MEDIUM_PRIORITY,
  13. LOW_PRIORITY,
  14. NUMBER_OF_PRIORITIES
  15. }
  16. }
粤ICP备19079148号