remove dead IVictoryConditions interface

This commit is contained in:
Chris Forbes
2010-07-26 18:07:48 +12:00
parent f1a5998049
commit 9cf8ac0c3d
2 changed files with 1 additions and 2 deletions

View File

@@ -163,7 +163,6 @@ namespace OpenRA.Traits
public interface IRenderOverlay { void Render(); }
public interface INotifyIdle { void Idle(Actor self); }
public interface IVictoryConditions { }
public interface IBlocksBullets { }
public interface IRenderSelection { void Render(Actor self); }