diff --git a/Common/GlobalUsings.cs b/Common/GlobalUsings.cs new file mode 100644 index 0000000..76d1fbe --- /dev/null +++ b/Common/GlobalUsings.cs @@ -0,0 +1 @@ +global using System; \ No newline at end of file diff --git a/Generator/GlobalUsings.cs b/Generator/GlobalUsings.cs new file mode 100644 index 0000000..a2dee8e --- /dev/null +++ b/Generator/GlobalUsings.cs @@ -0,0 +1,3 @@ +global using System; +global using Common; +global using Common.Bots; \ No newline at end of file