Split CarryUnit into PickupUnit and DeliverUnit

This commit is contained in:
penev92
2015-03-14 02:04:37 +02:00
parent 4eb67b328f
commit 7608cb93b4
5 changed files with 253 additions and 199 deletions

View File

@@ -68,7 +68,8 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Activities\CarryUnit.cs" />
<Compile Include="Activities\PickupUnit.cs" />
<Compile Include="Activities\DeliverUnit.cs" />
<Compile Include="Activities\SwallowActor.cs" />
<Compile Include="SpriteLoaders\R8Loader.cs" />
<Compile Include="Traits\AttackSwallow.cs" />