home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
xwung.swf
/
scripts
/
com
/
kongregate
/
as3
/
client
/
events
/
KongregateEvent.as
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
|
337 b
|
17 lines
package com.kongregate.as3.client.events
{
import flash.events.Event;
public class KongregateEvent extends Event
{
public static const COMPLETE:String = "component_api_available";
public function KongregateEvent(param1:String)
{
super(param1);
}
}
}