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

@@ -17,6 +17,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
{
[TraitLocation(SystemActors.Player)]
[Desc("Manages AI minelayer unit related with " + nameof(Minelayer) + " traits.",
"When enemy damage AI's actors, the location of conflict will be recorded,",
"If a location is a valid spot, it will add/merge to favorite location for usage later")]