NetGroupSendResult.hx 166 B

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