Document a few atmos classes.

This commit is contained in:
Vera Aguilera Puerto
2021-08-03 14:26:34 +02:00
parent ed8dab2974
commit 2205fef06a
4 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,9 @@ using Robust.Shared.Map;
namespace Content.Server.Atmos.EntitySystems
{
/// <summary>
/// This is our SSAir equivalent, if you need to interact with or query atmos in any way, go through this.
/// </summary>
[UsedImplicitly]
public partial class AtmosphereSystem : SharedAtmosphereSystem
{