home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
xwung.swf
/
scripts
/
com
/
kongregate
/
as3
/
client
/
services
/
IKongregateServices.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-03
|
310 b
|
14 lines
package com.kongregate.as3.client.services
{
import flash.events.IEventDispatcher;
public interface IKongregateServices extends IEventDispatcher
{
function getPlayerInfo(param1:Function) : void;
function connect(param1:Number = -1) : Boolean;
}
}