home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
UnrealScript Game Programming All in One
/
UnrealScriptGameProgrammingAllInOne.iso
/
UGPAIOListings
/
UGPAIOListingsCh09
/
CH09LIST
/
Classes
/
CH09_01LIST.uc
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
|
2006-01-26
|
255 b
|
16 lines
// %PARAMETERS = "CH09LIST C:\UT2004"
//Identifies the package
//CH09_01LIST.uc
class CH09_01LIST extends Commandlet;
function int Main(string Args)
{
log("*************");
log("CH09_01LIST!");
log("*************");
return 0;
}