2
0

NetGroupSendResult.hx 172 B

12345678
  1. package flash.net;
  2. extern class NetGroupSendResult {
  3. function new() : Void;
  4. static final ERROR : String;
  5. static final NO_ROUTE : String;
  6. static final SENT : String;
  7. }