added selection-changed hook
This commit is contained in:
@@ -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(); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user