diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-08 04:13:03 +0000 |
commit | bb4a6e7bd0835e8e7be2a978d9f11cc7e88c907a (patch) | |
tree | 1b46e38b6722cefabd2f6b962778412b7e7181fd /clicker/Clicker/obj/Debug/net6.0/Clicker.GlobalUsings.g.cs | |
parent | sum (diff) | |
download | cs-bb4a6e7bd0835e8e7be2a978d9f11cc7e88c907a.tar cs-bb4a6e7bd0835e8e7be2a978d9f11cc7e88c907a.tar.gz cs-bb4a6e7bd0835e8e7be2a978d9f11cc7e88c907a.tar.bz2 cs-bb4a6e7bd0835e8e7be2a978d9f11cc7e88c907a.tar.xz cs-bb4a6e7bd0835e8e7be2a978d9f11cc7e88c907a.zip |
clicker
Diffstat (limited to 'clicker/Clicker/obj/Debug/net6.0/Clicker.GlobalUsings.g.cs')
-rw-r--r-- | clicker/Clicker/obj/Debug/net6.0/Clicker.GlobalUsings.g.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clicker/Clicker/obj/Debug/net6.0/Clicker.GlobalUsings.g.cs b/clicker/Clicker/obj/Debug/net6.0/Clicker.GlobalUsings.g.cs new file mode 100644 index 0000000..ac22929 --- /dev/null +++ b/clicker/Clicker/obj/Debug/net6.0/Clicker.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// <auto-generated/> +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; |