перенос файлов сервера из папки White в _White
This commit is contained in:
16
Content.Server/_White/ERTRecruitment/ERTMapComponent.cs
Normal file
16
Content.Server/_White/ERTRecruitment/ERTMapComponent.cs
Normal 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");
|
||||
}
|
||||
Reference in New Issue
Block a user