added selection-changed hook

This commit is contained in:
Chris Forbes
2010-02-08 19:19:35 +13:00
parent 227b73830d
commit 0fbabfc3aa
2 changed files with 6 additions and 1 deletions

View File

@@ -99,5 +99,7 @@ namespace OpenRa.Traits
public object Create(Actor self) { return Instance.Value; }
}
interface ITraitPrerequisite<T> { }
public interface ITraitPrerequisite<T> { }
public interface INotifySelection { void SelectionChanged(); }
}