move Selectable.Radius into Health

This commit is contained in:
Bob
2010-11-06 14:35:26 +13:00
parent 155e7320cb
commit 9a2cdcde11
3 changed files with 5 additions and 4 deletions

View File

@@ -19,7 +19,6 @@ namespace OpenRA.Traits
public readonly int[] Bounds = null;
[VoiceReference]
public readonly string Voice = null;
public readonly float Radius = 10;
}
public class Selectable : IPostRenderSelection