Prevent unit requests from stacking during production.
This commit is contained in:
@@ -472,6 +472,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public interface IBotRequestUnitProduction
|
||||
{
|
||||
void RequestUnitProduction(IBot bot, string requestedActor);
|
||||
int RequestedProductionCount(IBot bot, string requestedActor);
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
|
||||
Reference in New Issue
Block a user