Added support for filtering exits by production type.
This commit is contained in:
@@ -404,7 +404,7 @@ namespace OpenRA.Mods.Common.Scripting
|
||||
}
|
||||
}
|
||||
|
||||
public void UnitProducedByOther(Actor self, Actor producee, Actor produced)
|
||||
public void UnitProducedByOther(Actor self, Actor producee, Actor produced, string productionType)
|
||||
{
|
||||
if (world.Disposing)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user