Add Yak harrassment

This commit is contained in:
Scott_NZ
2012-10-02 21:51:23 +13:00
parent 7e376330d0
commit 0524708e05
6 changed files with 323 additions and 176 deletions

View File

@@ -33,7 +33,7 @@ namespace OpenRA.Mods.RA.Missions
public interface IHasObjectives
{
event Action ObjectivesUpdated;
event Action OnObjectivesUpdated;
IEnumerable<Objective> Objectives { get; }
}