ralint: verify voices, support (and still verify) @-form prerequisites.

This commit is contained in:
Chris Forbes
2010-07-04 14:50:26 +12:00
parent 8e68449af1
commit 68b63dc89e
9 changed files with 25 additions and 15 deletions

View File

@@ -24,6 +24,7 @@ namespace OpenRA.Traits
{
public readonly int Priority = 10;
public readonly int[] Bounds = null;
[VoiceReference]
public readonly string Voice = null;
public readonly float Radius = 10;
}