Add a description for AttackBomber

This commit is contained in:
Gustas
2023-06-12 14:43:49 +03:00
committed by Matthias Mailänder
parent 1a2d43fc99
commit 9fc0f79703

View File

@@ -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); }