unhacking IChromeButton.

This commit is contained in:
alzeih
2010-07-20 22:05:23 +12:00
parent 846971836a
commit 795da1b088
14 changed files with 176 additions and 155 deletions

View File

@@ -150,16 +150,6 @@ namespace OpenRA.Traits
void Cancel(Actor self);
}
public interface IChromeButton
{
string Image { get; }
bool Enabled { get; }
bool Pressed { get; }
void OnClick();
string Description { get; }
string LongDesc { get; }
}
public interface IRenderOverlay { void Render(); }
public interface INotifyIdle { void Idle(Actor self); }