Make AttackMoveInfo public
This commit is contained in:
committed by
Gustas Kažukauskas
parent
b2215c6dd1
commit
8a0197c88b
@@ -19,7 +19,7 @@ using OpenRA.Traits;
|
|||||||
namespace OpenRA.Mods.Common.Traits
|
namespace OpenRA.Mods.Common.Traits
|
||||||
{
|
{
|
||||||
[Desc("Provides access to the attack-move command, which will make the actor automatically engage viable targets while moving to the destination.")]
|
[Desc("Provides access to the attack-move command, which will make the actor automatically engage viable targets while moving to the destination.")]
|
||||||
sealed class AttackMoveInfo : TraitInfo, Requires<IMoveInfo>
|
public class AttackMoveInfo : TraitInfo, Requires<IMoveInfo>
|
||||||
{
|
{
|
||||||
[VoiceReference]
|
[VoiceReference]
|
||||||
public readonly string Voice = "Action";
|
public readonly string Voice = "Action";
|
||||||
|
|||||||
Reference in New Issue
Block a user