Skip to content

Commit f16d22c

Browse files
committed
Map.EscapeZones
1 parent 79bc09f commit f16d22c

File tree

1 file changed

+5
-0
lines changed
  • EXILED/Exiled.API/Features

1 file changed

+5
-0
lines changed

EXILED/Exiled.API/Features/Map.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ public static bool IsDecontaminationEnabled
9999
: DecontaminationController.DecontaminationStatus.Disabled;
100100
}
101101

102+
/// <summary>
103+
/// Gets the <see cref="Escape.EscapeZones"/> that will trigger Escape for player.
104+
/// </summary>
105+
public static List<Bounds> EscapeZones => Escape.EscapeZones;
106+
102107
/// <summary>
103108
/// Gets the <see cref="global::AmbientSoundPlayer"/>.
104109
/// </summary>

0 commit comments

Comments
 (0)