9 lines
351 B
C#
9 lines
351 B
C#
global using Furion;
|
|
global using Newtonsoft.Json;
|
|
global using Furion.DependencyInjection;
|
|
global using Newtonsoft.Json.Linq;
|
|
global using NapCatRobotClient.Core;
|
|
global using NapCatRobotClient.Core.Helper;
|
|
global using NapCatRobotClient.Core.RobotAPI;
|
|
global using NapCatRobotClient.Service.Group.Dto;
|
|
global using System.Text.RegularExpressions; |