Adds WithBarrel trait.

This commit is contained in:
reaperrr
2014-08-19 21:51:06 +02:00
parent eab8e2e6e2
commit 4b94d964ca
3 changed files with 104 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.RA.Render
{
[Desc("Renders barrels for units with the Turreted trait.")]
[Desc("Renders turrets for units with the Turreted trait.")]
class WithTurretInfo : ITraitInfo, IRenderActorPreviewSpritesInfo, Requires<RenderSpritesInfo>, Requires<TurretedInfo>, Requires<IBodyOrientationInfo>
{
[Desc("Sequence name to use")]