rename IComponent file
parent
32523d2d2d
commit
dadd2a2397
|
@ -7,7 +7,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="encompass-cs.sln" />
|
<Content Include="encompass-cs.sln" />
|
||||||
<Content Include="Entity.cs" />
|
<Content Include="Entity.cs" />
|
||||||
<Content Include="Component.cs" />
|
|
||||||
<Content Include="World.cs" />
|
<Content Include="World.cs" />
|
||||||
<Content Include="EntityManager.cs" />
|
<Content Include="EntityManager.cs" />
|
||||||
<Content Include="ComponentManager.cs" />
|
<Content Include="ComponentManager.cs" />
|
||||||
|
@ -16,5 +15,6 @@
|
||||||
<Content Include="attributes\Mutates.cs" />
|
<Content Include="attributes\Mutates.cs" />
|
||||||
<Content Include="exceptions\IllegalComponentMutationException.cs" />
|
<Content Include="exceptions\IllegalComponentMutationException.cs" />
|
||||||
<Content Include="graph\DirectedGraph.cs" />
|
<Content Include="graph\DirectedGraph.cs" />
|
||||||
|
<Content Include="IComponent.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in New Issue