reinstate range circles; IRenderSelection allows arb. plugging in of these things

This commit is contained in:
Chris Forbes
2010-07-24 18:48:24 +12:00
committed by Paul Chote
parent 2254e48f65
commit f2bfa8e2ee
8 changed files with 72 additions and 40 deletions

View File

@@ -166,6 +166,8 @@ namespace OpenRA.Traits
public interface IVictoryConditions { }
public interface IBlocksBullets { }
public interface IRenderSelection { void Render(Actor self); }
public struct Target // a target: either an actor, or a fixed location.
{
Actor actor;