home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
smashout.swf
/
scripts
/
__Packages
/
GDK
/
Group.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
|
2005-11-09
|
173 b
|
11 lines
class GDK.Group extends GDK.Node
{
var className = "Group";
var renderable = false;
var setDisplay = null;
function Group()
{
super();
}
}