Logo
Explore Help
Register Sign In
Cinka/OldThink
1
0
Fork 0
You've already forked OldThink
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
f403e79520738f3c073cded01ac3eefee94fbca7
OldThink/Content.Server/GameObjects/Components/Items/Storage/IStorageComponent.cs

12 lines
265 B
C#
Raw Normal View History

Massive Namespace Cleanup (#3120) * Engine namespace changes. * Automated remove redundant using statements. * Simplified Graphics namespace. * Apparently the container system stores full type names in the map file.😞 This updates those names. * API Changes to LocalizationManager.LoadCulture. * Update submodule to v0.3.2
2021-02-11 01:13:03 -08:00
using Robust.Shared.GameObjects;
Storage system refactor & map init. * Demonstrated map init working with guns, toolboxes, tool lockers. * Refactored EntityStorage and ServerStorage to have a common interface. * EntityStorage no longer uses ServerStorage PURELY for visuals. Use an appearance visualizer instead.
2019-05-05 18:52:06 +02:00
namespace Content.Server.GameObjects.Components.Items.Storage
{
public interface IStorageComponent
{
bool Remove(IEntity entity);
bool Insert(IEntity entity);
bool CanInsert(IEntity entity);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 962ms Template: 21ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API