From 4489785cd3f1b33885667ad2bfbb254ea759d0c1 Mon Sep 17 00:00:00 2001 From: Chomp Date: Tue, 23 Nov 2021 13:02:13 +0000 Subject: [PATCH] use global usings --- Common/GlobalUsings.cs | 1 + Generator/GlobalUsings.cs | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 Common/GlobalUsings.cs create mode 100644 Generator/GlobalUsings.cs 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