home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Fire / Classes / FluidTexture.uc < prev    next >
Text File  |  2003-10-22  |  368b  |  13 lines

  1. //=============================================================================
  2. // FluidTexture: Simple phongish water surface.
  3. // This is a built-in Unreal class and it shouldn't be modified.
  4. //=============================================================================
  5.  
  6. class FluidTexture extends WaterTexture
  7.     native
  8.     noexport;
  9.  
  10. defaultproperties
  11. {
  12. }
  13.