From 8a0197c88b8ef6145d2ec6e4211bf9f87afb7af1 Mon Sep 17 00:00:00 2001 From: Rampoina Date: Mon, 21 Jul 2025 22:24:10 +0200 Subject: [PATCH] Make AttackMoveInfo public --- OpenRA.Mods.Common/Traits/AttackMove.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/AttackMove.cs b/OpenRA.Mods.Common/Traits/AttackMove.cs index 8088170e99..628b221c13 100644 --- a/OpenRA.Mods.Common/Traits/AttackMove.cs +++ b/OpenRA.Mods.Common/Traits/AttackMove.cs @@ -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 + public class AttackMoveInfo : TraitInfo, Requires { [VoiceReference] public readonly string Voice = "Action";