From 6c3d9f8659926bfc64147decbe117fa7b2e718ea Mon Sep 17 00:00:00 2001 From: VALERA771 <72030575+VALERA771@users.noreply.github.com> Date: Thu, 9 Nov 2023 05:09:01 +0300 Subject: [PATCH] all candies (#2214) --- Exiled.API/Features/Items/Scp330.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Exiled.API/Features/Items/Scp330.cs b/Exiled.API/Features/Items/Scp330.cs index 44ee18b91f..378cf4c564 100644 --- a/Exiled.API/Features/Items/Scp330.cs +++ b/Exiled.API/Features/Items/Scp330.cs @@ -45,7 +45,7 @@ public enum CandyAddStatus /// /// A wrapper class for SCP-330 bags. /// - public partial class Scp330 : Usable, IWrapper + public class Scp330 : Usable, IWrapper { /// /// Initializes a new instance of the class. @@ -66,6 +66,11 @@ internal Scp330() Base.Candies.Add(Scp330Candies.GetRandom()); } + /// + /// Gets the with all presented in game candies. + /// + public static Dictionary AvailableCandies { get; } = Scp330Candies.CandiesById; + /// /// Gets the that this class is encapsulating. ///