C# Class OpenRA.Mods.Common.Traits.SpawnActorPowerInfo

Inheritance: OpenRA.Traits.SupportPowerInfo
Show file Open project: OpenRA/OpenRA Class Usage Examples

Public Properties

Property Type Description
DeploySound string
EffectImage string

Public Methods

Method Description
Create ( ActorInitializer init ) : object

Method Details

Create() public method

public Create ( ActorInitializer init ) : object
init ActorInitializer
return object

Property Details

DeploySound public property

public string DeploySound
return string

EffectImage public property

public string EffectImage
return string