mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 02:08:27 -04:00
Global usings and file scoped namespaces
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
using System;
|
||||
global using System;
|
||||
global using Serilog;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
|
||||
using NadekoBot;
|
||||
using NadekoBot.Services;
|
||||
using Serilog;
|
||||
|
||||
var pid = System.Environment.ProcessId;
|
||||
|
||||
|
Reference in New Issue
Block a user