Fix 3000 errors
This commit is contained in:
@@ -4,8 +4,8 @@ namespace Content.Server.Storage.Components
|
||||
{
|
||||
public interface IStorageComponent
|
||||
{
|
||||
bool Remove(IEntity entity);
|
||||
bool Insert(IEntity entity);
|
||||
bool CanInsert(IEntity entity);
|
||||
bool Remove(EntityUid entity);
|
||||
bool Insert(EntityUid entity);
|
||||
bool CanInsert(EntityUid entity);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user