Add TraitLocation to all bot modules.
This commit is contained in:
@@ -17,6 +17,7 @@ using OpenRA.Traits;
|
||||
|
||||
namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
[TraitLocation(SystemActors.Player)]
|
||||
[Desc("Put this on the Player actor. Manages bot harvesters to ensure they always continue harvesting as long as there are resources on the map.")]
|
||||
public class HarvesterBotModuleInfo : ConditionalTraitInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user