C# Class FilesFinder2.ModInfo.SpawnerPair

显示文件 Open project: ZeroK-RTS/SpringRTS-Tools

Public Properties

Property Type Description
SpawnedExplosion string
SpawnerName string

Public Methods

Method Description
SpawnerPair ( string spawnerName, string spawnedExplosion ) : System

Method Details

SpawnerPair() public method

public SpawnerPair ( string spawnerName, string spawnedExplosion ) : System
spawnerName string
spawnedExplosion string
return System

Property Details

SpawnedExplosion public_oe property

public string SpawnedExplosion
return string

SpawnerName public_oe property

public string SpawnerName
return string