Examine System (#65)

* Examine System

* Adds some relevant comments
This commit is contained in:
clusterfack
2018-05-09 09:34:26 -05:00
committed by Pieter-Jan Briers
parent 61a1e769d7
commit 3915b735ae
14 changed files with 148 additions and 5 deletions

View File

@@ -92,6 +92,7 @@
<Compile Include="GameObjects\Components\Weapon\Ranged\RangedWeapon.cs" />
<Compile Include="GameObjects\ContainerSlot.cs" />
<Compile Include="GameObjects\EntitySystems\Click\ClickParser.cs" />
<Compile Include="GameObjects\EntitySystems\Click\ExamineSystem.cs" />
<Compile Include="GameObjects\EntitySystems\Click\InteractionSystem.cs" />
<Compile Include="GameObjects\EntitySystems\PowerSystem.cs" />
<Compile Include="Interfaces\GameObjects\Components\Items\IHandsComponent.cs" />