Add TraitLocation to all bot modules.

This commit is contained in:
dnqbob
2023-08-21 10:04:41 +08:00
committed by Gustas
parent 6515403ae6
commit 5d2f2bdd1d
9 changed files with 9 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
{
[TraitLocation(SystemActors.Player)]
[Desc("Manages bot support power handling.")]
public class SupportPowerBotModuleInfo : ConditionalTraitInfo, Requires<SupportPowerManagerInfo>
{