saner planes, part 1

This commit is contained in:
Chris Forbes
2010-03-27 00:23:24 +13:00
parent 092c9bede0
commit d2ad90aa5b
4 changed files with 54 additions and 2 deletions

View File

@@ -137,4 +137,5 @@ namespace OpenRA.Traits
}
public interface IRenderOverlay { void Render(); }
public interface INotifyIdle { void Idle(Actor self); }
}