Player has Country now, not Race

This commit is contained in:
Chris Forbes
2010-02-10 15:19:26 +13:00
parent e4b73b3924
commit ea3b674d9a
9 changed files with 34 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ using System.Text;
namespace OpenRa.Traits
{
class CountryInfo : ITraitInfo
public class CountryInfo : ITraitInfo
{
public readonly string Name = null;
public readonly string Race = null;