Skip to content

Commit

Permalink
Using Obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
louis1706 committed Jan 16, 2025
1 parent fba9eda commit 235d7aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions EXILED/Exiled.API/Enums/EffectType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,25 +263,25 @@ public enum EffectType
/// <summary>
/// Makes you a flamingo.
/// </summary>
/// <remarks>Only availaible for Christmas and AprilFools.</remarks>
[Obsolete("Only availaible for Christmas and AprilFools.")]
BecomingFlamingo,

/// <summary>
/// Makes you a Child after eating Cake.
/// </summary>
/// <remarks>Only availaible for Christmas and AprilFools.</remarks>
[Obsolete("Only availaible for Christmas and AprilFools.")]
Scp559,

/// <summary>
/// Scp956 found you.
/// </summary>
/// <remarks>Only availaible for Christmas and AprilFools.</remarks>
[Obsolete("Only availaible for Christmas and AprilFools.")]
Scp956Target,

/// <summary>
/// you are snowed.
/// </summary>
/// <remarks>Only availaible for Christmas and AprilFools.</remarks>
[Obsolete("Only availaible for Christmas and AprilFools.")]
Snowed,
}
}
2 changes: 1 addition & 1 deletion EXILED/Exiled.API/Features/Roles/Scp1507Role.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace Exiled.API.Features.Roles
/// <summary>
/// Defines a role that represents SCP-1507.
/// </summary>
/// <remarks>Only availaible for Christmas and AprilFools.</remarks>
[Obsolete("Only availaible for Christmas and AprilFools.")]
public class Scp1507Role : FpcRole, ISubroutinedScpRole, IHumeShieldRole, ISpawnableScp
{
/// <summary>
Expand Down

0 comments on commit 235d7aa

Please sign in to comment.