Implement ExitsDebugOverlay and ExitsDebugOverlayManager

This commit is contained in:
Taryn Hill
2016-07-02 17:49:49 -05:00
parent 93b7847ce2
commit 7a0d12dd51
3 changed files with 172 additions and 0 deletions

View File

@@ -768,6 +768,8 @@
<Compile Include="Traits\Carryable.cs" />
<Compile Include="Traits\Carryall.cs" />
<Compile Include="Traits\Buildings\FreeActorWithDelivery.cs" />
<Compile Include="Traits\ExitsDebugOverlay.cs" />
<Compile Include="Traits\World\ExitsDebugOverlayManager.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>