voices are no longer tied to having Unit; default is to have no voice; defaults.yaml set up appropriately for units that should have one.

This commit is contained in:
Chris Forbes
2010-07-04 14:25:34 +12:00
parent 35b6f5c38b
commit 8e68449af1
4 changed files with 12 additions and 3 deletions

View File

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