Re-organize all projects (#4166)
This commit is contained in:
11
Content.Server/Storage/Components/IStorageComponent.cs
Normal file
11
Content.Server/Storage/Components/IStorageComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.Storage.Components
|
||||
{
|
||||
public interface IStorageComponent
|
||||
{
|
||||
bool Remove(IEntity entity);
|
||||
bool Insert(IEntity entity);
|
||||
bool CanInsert(IEntity entity);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user