home *** CD-ROM | disk | FTP | other *** search
/ UnrealScript Game Programming All in One / UnrealScriptGameProgrammingAllInOne.iso / UGPAIOListings / UGPAIOListingsCh09 / CH09LIST / Classes / CH09_01LIST.uc next >
Encoding:
Text File  |  2006-01-26  |  255 b   |  16 lines

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