Merge pull request #7873 from penev92/bleed_raceToFaction

Replace old "country" and "race" name in the code with the generic "faction"
This commit is contained in:
Matthias Mailänder
2015-08-23 17:49:40 +02:00
36 changed files with 84 additions and 84 deletions

View File

@@ -322,7 +322,7 @@ namespace OpenRA.Traits
WRot QuantizeOrientation(WRot orientation, int facings);
}
public interface IQuantizeBodyOrientationInfo { int QuantizedBodyFacings(ActorInfo ai, SequenceProvider sequenceProvider, string race); }
public interface IQuantizeBodyOrientationInfo { int QuantizedBodyFacings(ActorInfo ai, SequenceProvider sequenceProvider, string faction); }
public interface ITargetableInfo
{