Materials system. (#84)

This commit is contained in:
Pieter-Jan Briers
2018-07-27 17:11:58 +02:00
committed by GitHub
parent cb439ba39a
commit 74b38c49fb
6 changed files with 212 additions and 1 deletions

View File

@@ -147,5 +147,7 @@
<None Include="packages.config" />
<Compile Include="GameObjects\Components\Power\SmesComponent.cs" />
<Compile Include="GameObjects\Components\Power\ApcComponent.cs" />
<Compile Include="Materials\Material.cs" />
<Compile Include="GameObjects\Components\Materials\MaterialComponent.cs" />
</ItemGroup>
</Project>