Added Collision component

This commit is contained in:
Niklas Ulf Anders Cullberg
2012-09-25 20:43:11 +02:00
parent 3778d9dc2b
commit d4c5282a67
6 changed files with 41 additions and 1 deletions
@@ -121,6 +121,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Camera.cs" />
<Compile Include="Component\Collision.cs" />
<Compile Include="Component\Component.cs" />
<Compile Include="Component\GridTransform.cs" />
<Compile Include="Core.cs" />