Explorar el Código

Mark DependencyFlags with FlagsAttribute

ghorsington hace 4 años
padre
commit
743223e5d1
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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>