home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / Survival.swf / scripts / com / kongregate / as3 / client / services / IKongregateServices.as < prev    next >
Encoding:
Text File  |  2008-09-04  |  310 b   |  14 lines

  1. package com.kongregate.as3.client.services
  2. {
  3.    import flash.events.IEventDispatcher;
  4.    
  5.    public interface IKongregateServices extends IEventDispatcher
  6.    {
  7.        
  8.       
  9.       function getPlayerInfo(param1:Function) : void;
  10.       
  11.       function connect(param1:Number = -1) : Boolean;
  12.    }
  13. }
  14.