Added ability to change bool with VVWrite for PortalComponent.cs "CanTeleportToOtherMaps" (#19637)

This commit is contained in:
LordEclipse
2023-08-29 12:28:03 -04:00
committed by GitHub
parent bc6bf052bd
commit 506e9e4674

View File

@@ -35,7 +35,7 @@ public sealed partial class PortalComponent : Component
/// <remarks> /// <remarks>
/// Shouldn't be able to teleport people to centcomm or the eshuttle from the station /// Shouldn't be able to teleport people to centcomm or the eshuttle from the station
/// </remarks> /// </remarks>
[DataField("canTeleportToOtherMaps")] [DataField("canTeleportToOtherMaps"), ViewVariables(VVAccess.ReadWrite)]
public bool CanTeleportToOtherMaps = false; public bool CanTeleportToOtherMaps = false;
/// <summary> /// <summary>