Add regex access for C# scripts

Suggested by _initsuj
This commit is contained in:
ORelio 2016-01-27 00:21:18 +01:00
parent 67939774ba
commit 14b8895716

View file

@ -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;",