Skip to content

Commit cbc5a25

Browse files
committed
why bruh nw add enum value in the middle
1 parent 154ba8d commit cbc5a25

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

EXILED/Exiled.API/Enums/SpawnReason.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ public enum SpawnReason : byte // TOTO: Remove this file and use Basegame
5757
/// </summary>
5858
Destroyed,
5959

60+
/// <summary>
61+
/// The player was dead and is respawning in a mini-wave.
62+
/// </summary>
63+
RespawnMiniwave,
64+
6065
/// <summary>
6166
/// The user has been spawn by the usage of an Item.
6267
/// </summary>

0 commit comments

Comments
 (0)