Allow mods and maps to define voxel sequences.

This commit is contained in:
Paul Chote
2013-02-23 14:42:44 +13:00
parent a00696ec3b
commit 82faf7e929
6 changed files with 109 additions and 2 deletions

View File

@@ -229,6 +229,7 @@
<Compile Include="Graphics\Voxel.cs" />
<Compile Include="Graphics\VoxelRenderer.cs" />
<Compile Include="Graphics\VoxelLoader.cs" />
<Compile Include="Graphics\VoxelProvider.cs" />
<Compile Include="Traits\BodyOrientation.cs" />
</ItemGroup>
<ItemGroup>