rename IComponent file

pull/5/head
Evan Hemsley 2019-06-15 18:00:16 -07:00
parent 32523d2d2d
commit dadd2a2397
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,6 @@
<ItemGroup>
<Content Include="encompass-cs.sln" />
<Content Include="Entity.cs" />
<Content Include="Component.cs" />
<Content Include="World.cs" />
<Content Include="EntityManager.cs" />
<Content Include="ComponentManager.cs" />
@ -16,5 +15,6 @@
<Content Include="attributes\Mutates.cs" />
<Content Include="exceptions\IllegalComponentMutationException.cs" />
<Content Include="graph\DirectedGraph.cs" />
<Content Include="IComponent.cs" />
</ItemGroup>
</Project>
</Project>