C# Class FilesFinder2.ModInfo.FilePair

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

Public Properties

Property Type Description
ExplosionName string
FilePath string

Public Methods

Method Description
FilePair ( string explosionName, string filePath ) : System

Method Details

FilePair() public method

public FilePair ( string explosionName, string filePath ) : System
explosionName string
filePath string
return System

Property Details

ExplosionName public property

public string ExplosionName
return string

FilePath public property

public string FilePath
return string