@@ -9,5 +9,5 @@ namespace Content.Server.Shuttles.Components;
|
||||
[RegisterComponent, Access(typeof(ShuttleSystem))]
|
||||
public sealed class GridFillComponent : Component
|
||||
{
|
||||
[DataField("path")] public ResPath Path = new("/Maps/Shuttles/escape_pod_small.yml");
|
||||
[DataField("path")] public ResourcePath Path = new("/Maps/Shuttles/escape_pod_small.yml");
|
||||
}
|
||||
|
||||
@@ -12,5 +12,5 @@ public sealed class StationArrivalsComponent : Component
|
||||
[DataField("shuttle")]
|
||||
public EntityUid Shuttle;
|
||||
|
||||
[DataField("shuttlePath")] public ResPath ShuttlePath = new("/Maps/Shuttles/arrivals.yml");
|
||||
[DataField("shuttlePath")] public ResourcePath ShuttlePath = new("/Maps/Shuttles/arrivals.yml");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user