Add documentation for ItemMapperSystem etc. (#9998)

This commit is contained in:
Ygg01
2022-07-26 15:57:00 +02:00
committed by GitHub
parent 1c9c5530ac
commit 535f16a199
3 changed files with 66 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ using Robust.Shared.Containers;
namespace Content.Server.Storage.EntitySystems
{
/// <inheritdoc/>
[UsedImplicitly]
public sealed class ItemMapperSystem : SharedItemMapperSystem
{