Mud Designer:

- Realm Widget now informs users that it is not implemented yet upon being clicked on.
This commit is contained in:
Scionwest_cp 2010-05-21 15:05:41 -07:00
parent 02c7b18094
commit 5a18ddaf07
2 changed files with 7 additions and 1 deletions

View file

@ -70,7 +70,7 @@ namespace MudDesigner.UIWidgets
void button_Click(object sender, EventArgs e)
{
MessageBox.Show("Widgets are still under development.");
}
public override void Refresh()