add radius to Selectable, used to adjust distance for damage calculation

This commit is contained in:
Chris Forbes
2010-04-02 16:03:24 +13:00
parent b2cb4dcc29
commit ca0d993c1a
2 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ namespace OpenRA.Traits
public readonly int Priority = 10;
public readonly int[] Bounds = null;
public readonly string Voice = "GenericVoice";
public readonly float Radius = 10;
}
public class Selectable {}