C# Class FilesFinder2.ModInfo.TexturePair

Show file Open project: ZeroK-RTS/SpringRTS-Tools

Public Properties

Property Type Description
ExplosionName string
TextureName string

Public Methods

Method Description
TexturePair ( string explosionName, string textureName ) : System

Method Details

TexturePair() public method

public TexturePair ( string explosionName, string textureName ) : System
explosionName string
textureName string
return System

Property Details

ExplosionName public property

public string ExplosionName
return string

TextureName public property

public string TextureName
return string