mirror of
https://gitee.com/cssfw/EasyTools.git
synced 2026-03-28 03:51:36 +08:00
style: 清理未使用的引用并添加缩进
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace EasyTools.Configs
|
||||
{
|
||||
|
||||
@@ -3,9 +3,6 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace EasyTools.Configs
|
||||
{
|
||||
@@ -25,7 +22,7 @@ namespace EasyTools.Configs
|
||||
public ushort AutoServerMessageTimer { get; set; } = 5;
|
||||
|
||||
[Description("服务器广播文本")]
|
||||
public List<string> AutoServerMessageText { get; set; } = ["服务器广播1","服务器广播2"];
|
||||
public List<string> AutoServerMessageText { get; set; } = ["服务器广播1", "服务器广播2"];
|
||||
|
||||
/// /////////////////////////////////////////////////
|
||||
[Description("启用.bc和.c聊天系统")]
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
using LabApi.Loader.Features.Paths;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace EasyTools.Configs
|
||||
{
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
using LabApi.Loader.Features.Paths;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace EasyTools.Configs
|
||||
{
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
using EasyTools.Utils;
|
||||
using PlayerRoles;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace EasyTools.Configs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user