We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda4cf0 commit c887a66Copy full SHA for c887a66
1 file changed
Assets/OxGFrame/Hotfixer/Scripts/Editor/HotfixDllPlan.cs
@@ -10,9 +10,9 @@ public class HotfixDllPlan
10
[SerializeField]
11
public string planName = string.Empty;
12
13
- public List<string> aotDlls = new List<string>() { "*.dll" };
+ public List<string> aotDlls = new List<string>();
14
15
- public List<string> hotfixDlls = new List<string>() { "*.dll" };
+ public List<string> hotfixDlls = new List<string>();
16
17
public HotfixDllPlan()
18
{
0 commit comments