Add a description for AttackBomber
This commit is contained in:
committed by
Matthias Mailänder
parent
1a2d43fc99
commit
9fc0f79703
@@ -17,6 +17,7 @@ using OpenRA.Traits;
|
||||
|
||||
namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
[Desc("Trait used for scripted actors or actors spawned by a support power.")]
|
||||
public class AttackBomberInfo : AttackBaseInfo
|
||||
{
|
||||
public override object Create(ActorInitializer init) { return new AttackBomber(init.Self, this); }
|
||||
|
||||
Reference in New Issue
Block a user