перенос файлов сервера из папки White в _White

This commit is contained in:
Remuchi
2024-01-28 18:18:54 +07:00
parent 21dbccfec9
commit 1e4ad59270
309 changed files with 450 additions and 437 deletions

View File

@@ -0,0 +1,16 @@
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;
public static ResPath OutpostMap = new("/Maps/ERT/ERTStation.yml");
public static ResPath ShuttleMap = new("/Maps/ERT/ERTShuttle.yml");
}