Remove obsolete ITooltip.Stance.

This commit is contained in:
Paul Chote
2013-08-07 19:41:20 +12:00
parent 4754cbb768
commit a6ee4daf58
3 changed files with 0 additions and 13 deletions

View File

@@ -83,7 +83,6 @@ namespace OpenRA.Traits
{
string Name();
Player Owner();
Stance Stance();
}
public interface IDisable { bool Disabled { get; } }