home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Esportes
/
CrossingCup.swf
/
scripts
/
__Packages
/
sandy
/
events
/
SkinEvent.as
< prev
next >
Wrap
Text File
|
2007-12-11
|
317b
|
14 lines
class sandy.events.SkinEvent extends com.bourre.events.BasicEvent
{
static var onUpdateEVENT = new com.bourre.events.EventType("onUpdateEVENT");
function SkinEvent(e, oT, type)
{
super(e,oT);
this._type = type;
}
function getSkinType(Void)
{
return this._type;
}
}