Files

16 lines
355 B
C#
Raw Permalink Normal View History

using Robust.Shared.Map;
using Robust.Shared.Utility;
namespace Content.Server._White.ERTRecruitment;
[RegisterComponent]
public sealed partial class ERTMapComponent : Component
{
[ViewVariables]
public MapId? MapId;
[ViewVariables]
public EntityUid? Shuttle;
2025-03-15 17:15:45 +03:00
public static ResPath OutpostMap = new("/Maps/White/ERTStation.yml");
}