home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / Jumper.swf / scripts / com / kongregate / as3 / client / services / IUserServices.as < prev    next >
Encoding:
Text File  |  2008-09-05  |  213 b   |  12 lines

  1. package com.kongregate.as3.client.services
  2. {
  3.    public interface IUserServices
  4.    {
  5.        
  6.       
  7.       function getName() : String;
  8.       
  9.       function getPlayerInfo(param1:Function) : void;
  10.    }
  11. }
  12.