home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Esportes
/
CrossingCup.swf
/
scripts
/
__Packages
/
sandy
/
util
/
Rectangle.as
< prev
Wrap
Text File
|
2007-12-11
|
212b
|
11 lines
class sandy.util.Rectangle
{
function Rectangle(px, py, pwidth, pheight)
{
this.x = px || 0;
this.y = py || 0;
this.width = pwidth || 0;
this.height = pheight || 0;
}
}