2023-08-17 23:41:13 +03:00
|
|
|
using Robust.Shared.Map;
|
|
|
|
|
using Robust.Shared.Utility;
|
|
|
|
|
|
2024-01-28 18:18:54 +07:00
|
|
|
namespace Content.Server._White.ERTRecruitment;
|
2023-08-17 23:41:13 +03:00
|
|
|
|
|
|
|
|
[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");
|
2023-08-17 23:41:13 +03:00
|
|
|
}
|