PluginReceiveResult.cs 536 B

1234567891011121314151617
  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 PluginReceiveResult {
  10. RR_STOP_PROCESSING_AND_DEALLOCATE = 0,
  11. RR_CONTINUE_PROCESSING,
  12. RR_STOP_PROCESSING
  13. }
  14. }
粤ICP备19079148号