1
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -36,8 +37,8 @@ namespace BITKit.Modification
|
||||
/// </summary>
|
||||
public interface IModifyElement
|
||||
{
|
||||
IModifyElement[] Require { get; }
|
||||
IModifyElement[] Incompatible { get; }
|
||||
IModifyElement[] Require => Array.Empty<IModifyElement>();
|
||||
IModifyElement[] Incompatible => Array.Empty<IModifyElement>();
|
||||
}
|
||||
/// <summary>
|
||||
/// 改装管理器
|
||||
|
Reference in New Issue
Block a user