bridge setup as trait; wired to RA & CNC

This commit is contained in:
Chris Forbes
2010-02-09 10:38:09 +13:00
parent 671c1707e7
commit 758af41dc1
6 changed files with 17 additions and 9 deletions

View File

@@ -102,4 +102,5 @@ namespace OpenRa.Traits
public interface ITraitPrerequisite<T> { }
public interface INotifySelection { void SelectionChanged(); }
public interface ILoadWorldHook { void WorldLoaded(World w); }
}