home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Gameplay / Classes / PressureZone.uc < prev    next >
Text File  |  2003-12-11  |  264b  |  11 lines

  1. //=============================================================================
  2. // PressureZone.
  3. //=============================================================================
  4. class PressureZone extends ZoneInfo;
  5.  
  6. defaultproperties
  7. {
  8.     bObsolete=true
  9. }
  10.  
  11.