More inventory work. APIs implemented.

Still need to do prototype loading and test cases.
This commit is contained in:
PJB3005
2017-09-24 23:19:47 +02:00
parent 66483bdd72
commit 73ae408e20
5 changed files with 148 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ using SS14.Shared.GameObjects;
using SS14.Shared.Interfaces.GameObjects;
using System;
namespace Content.Server.Interfaces.GameObjects
namespace Content.Server.GameObjects
{
public class ItemComponent : Component, IItemComponent
{