mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add regex access for C# scripts
Suggested by _initsuj
This commit is contained in:
parent
67939774ba
commit
14b8895716
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ namespace MinecraftClient
|
|||
{
|
||||
"using System;",
|
||||
"using System.Collections.Generic;",
|
||||
"using System.Text.RegularExpressions;",
|
||||
"using System.Linq;",
|
||||
"using System.Text;",
|
||||
"using System.IO;",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue