Skip to content

Commit 5190906

Browse files
committed
[修改]1. 修改Dll 加载器的类型为密封类
1 parent 3727101 commit 5190906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GameFrameX.Core/Hotfix/DllLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace GameFrameX.Core.Hotfix
55
{
6-
internal class DllLoader
6+
internal sealed class DllLoader
77
{
88
public DllLoader(string dllPath)
99
{

0 commit comments

Comments
 (0)