Make AttackMoveInfo public

This commit is contained in:
Rampoina
2025-07-21 22:24:10 +02:00
committed by Gustas Kažukauskas
parent b2215c6dd1
commit 8a0197c88b

View File

@@ -19,7 +19,7 @@ using OpenRA.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.")]
sealed class AttackMoveInfo : TraitInfo, Requires<IMoveInfo>
public class AttackMoveInfo : TraitInfo, Requires<IMoveInfo>
{
[VoiceReference]
public readonly string Voice = "Action";