Update CP14StationAdditionalMapComponent.cs

This commit is contained in:
Ed
2024-07-25 15:07:12 +03:00
parent 99854edc93
commit 6f2e1d6d9f

View File

@@ -3,7 +3,7 @@ using Robust.Shared.Utility;
namespace Content.Server._CP14.StationDungeonMap;
/// <summary>
/// Initializes a procedurally generated world with points of interest
/// Loads additional maps from the list at the start of the round.
/// </summary>
[RegisterComponent, Access(typeof(CP14StationAdditionalMapSystem))]
public sealed partial class CP14StationAdditionalMapComponent : Component