renamed VictoryConditions -> ConquestVictoryConditions in prep for adding a custom map

This commit is contained in:
Chris Forbes
2010-05-06 18:16:36 +12:00
parent e574776704
commit 173c374de0
6 changed files with 38 additions and 46 deletions

View File

@@ -134,4 +134,6 @@ namespace OpenRA.Traits
public interface IRenderOverlay { void Render(); }
public interface INotifyIdle { void Idle(Actor self); }
public interface IVictoryConditions { bool HasLost { get; } bool HasWon { get; } }
}