浏览代码

Mark DependencyFlags with FlagsAttribute

ghorsington 4 年之前
父节点
当前提交
743223e5d1
共有 1 个文件被更改,包括 4 次插入0 次删除
  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>