Shuttle map IFF tweaks (#25897)
- HideLabel just means it won't have its name / button drawn whereas Hide will block it completely.
This commit is contained in:
@@ -4,4 +4,7 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Shuttles.UI.MapObjects;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public readonly record struct ShuttleBeaconObject(NetEntity Entity, NetCoordinates Coordinates, string Name) : IMapObject;
|
||||
public readonly record struct ShuttleBeaconObject(NetEntity Entity, NetCoordinates Coordinates, string Name) : IMapObject
|
||||
{
|
||||
public bool HideButton => false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user