home *** CD-ROM | disk | FTP | other *** search
/ UnrealScript Game Programming All in One / UnrealScriptGameProgrammingAllInOne.iso / UGPAIOListings / UGPAIOListingsCh08 / CH08LIST / Classes / CH08_01LIST.uc next >
Encoding:
Text File  |  2006-01-25  |  254 b   |  16 lines

  1. // %PARAMETERS = "CH08LIST C:\UT2004"
  2. //Identifies the package
  3. //CH08_01LIST.uc
  4.  
  5. class CH08_01LIST extends Commandlet;
  6.  
  7. function int Main(string Args)
  8. {
  9.   log("*************");
  10.   log("CH0801LIST!");
  11.   log("*************");
  12.  
  13.   return 0;
  14. }
  15.  
  16.