mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Upgrade AutoFishing & Bug fix
This commit is contained in:
parent
a2eb3606ce
commit
d4f8dd0bfb
15 changed files with 183 additions and 89 deletions
|
|
@ -2,7 +2,7 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Reflection;
|
||||
|
||||
namespace MinecraftClient.Scripting;
|
||||
namespace MinecraftClient.Scripting;
|
||||
|
||||
public static class AssemblyResolver {
|
||||
private static Dictionary<string, string> ScriptAssemblies = new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue