Some internal "race" to "faction" renaming

This commit is contained in:
Pavel Penev
2015-08-22 02:32:37 +03:00
parent d803a06a1e
commit 09f67d18bb
29 changed files with 75 additions and 75 deletions

View File

@@ -147,10 +147,10 @@ namespace OpenRA
public bool IsHuman;
public bool IsBot;
// The faction name (aka Country)
// The faction's display name.
public string FactionName;
// The faction id (aka Country, aka Race)
// The faction ID, a.k.a. the faction's internal name.
public string FactionId;
public HSLColor Color;