From 608bbcd6d36cb80bc8facba3b5a54986181566d6 Mon Sep 17 00:00:00 2001 From: Yamato Date: Thu, 1 Aug 2024 23:54:06 +0200 Subject: [PATCH] Fix Naming --- .../EventArgs/Scp079/RecontainedEventArgs.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/EXILED/Exiled.Events/EventArgs/Scp079/RecontainedEventArgs.cs b/EXILED/Exiled.Events/EventArgs/Scp079/RecontainedEventArgs.cs index e3aab7e69..530170ffe 100644 --- a/EXILED/Exiled.Events/EventArgs/Scp079/RecontainedEventArgs.cs +++ b/EXILED/Exiled.Events/EventArgs/Scp079/RecontainedEventArgs.cs @@ -23,14 +23,14 @@ public class RecontainedEventArgs : IScp079Event /// /// /// - /// + /// /// public RecontainedEventArgs(Player player, PlayerRoles.PlayableScps.Scp079.Scp079Recontainer scp079Recontainer) { Player = player; Scp079 = player.Role.As(); - Scp079Recontainer = scp079Recontainer; - PlayerWhoRecontainedScp079DoNotKeepThisNAmeOKAYYYY = Player.Get(scp079Recontainer._activatorGlass.LastAttacker); + Recontainer = scp079Recontainer; + Attacker = Player.Get(scp079Recontainer._activatorGlass.LastAttacker); IsAutomatic = scp079Recontainer._activatorGlass.LastAttacker.IsSet; } @@ -45,12 +45,12 @@ public RecontainedEventArgs(Player player, PlayerRoles.PlayableScps.Scp079.Scp07 /// /// Gets the instance that handle SCP-079 recontained proccess. /// - public PlayerRoles.PlayableScps.Scp079.Scp079Recontainer Scp079Recontainer { get; } + public PlayerRoles.PlayableScps.Scp079.Scp079Recontainer Recontainer { get; } /// /// Gets the player that recontained SCP-079. /// - public Player PlayerWhoRecontainedScp079DoNotKeepThisNAmeOKAYYYY { get; } + public Player Attacker { get; } /// /// Gets a value indicating whether or not the recontained has been made automatically or by triggering the proccess.