Added CellUpdated event to ActorMap

This commit is contained in:
teinarss
2019-07-07 19:46:33 +02:00
committed by reaperrr
parent 3a17b26405
commit 27077d6427
2 changed files with 16 additions and 3 deletions

View File

@@ -259,6 +259,8 @@ namespace OpenRA.Traits
WDist LargestActorRadius { get; }
WDist LargestBlockingActorRadius { get; }
event Action<IEnumerable<CPos>> CellsUpdated;
}
[RequireExplicitImplementation]