Procházet zdrojové kódy

Mark DependencyFlags with FlagsAttribute

ghorsington před 4 roky
rodič
revize
743223e5d1
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      BepInEx/Contract/Attributes.cs

+ 4 - 0
BepInEx/Contract/Attributes.cs

@@ -67,6 +67,10 @@ namespace BepInEx
 	[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
 	public class BepInDependency : Attribute, ICacheable
 	{
+		/// <summary>
+		/// Flags that are applied to a dependency
+		/// </summary>
+		[Flags]
 		public enum DependencyFlags
 		{
 			/// <summary>