Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit 990f674

Browse files
Remove unnecessary usings
1 parent 534d854 commit 990f674

30 files changed

Lines changed: 0 additions & 51 deletions

Scripts/Msc/Commands/CommandHelp.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
32
using System.Reflection;
43

54
namespace GodotModules

Scripts/Msc/UINotifyError.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Godot;
2-
using System.Threading.Tasks;
32

43
public class UINotifyError : Control
54
{

Scripts/Msc/UIPopupCreateLobby.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
using Godot;
2-
using GodotModules.Netcode;
32
using GodotModules.Netcode.Client;
4-
using System.Threading.Tasks;
53

64
namespace GodotModules
75
{

Scripts/Msc/UIPopupReportBug.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Godot;
2-
using GodotModules.Netcode.Client;
32

43
namespace GodotModules
54
{

Scripts/Netcode/Client/ENetClient.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
using ENet;
22
using System;
3-
using System.Collections.Concurrent;
4-
53
using System.Threading;
6-
using System.Threading.Tasks;
7-
using Thread = System.Threading.Thread;
84

95
namespace GodotModules.Netcode.Client
106
{

Scripts/Netcode/Client/Utils/PrevCurQueue.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Godot;
2-
31
namespace GodotModules
42
{
53
public class PrevCurQueue<T>

Scripts/Netcode/Common/CPacketPing.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
using Godot;
2-
using GodotModules.Netcode.Server;
3-
using System;
4-
51
namespace GodotModules.Netcode
62
{
73
public class CPacketPing : APacketClient

Scripts/Netcode/Common/CPacketPlayerMovementDirections.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
using Godot;
2-
using GodotModules.Netcode.Server;
3-
using System;
4-
51
namespace GodotModules.Netcode
62
{
73
public class CPacketPlayerMovementDirections : APacketClient

Scripts/Netcode/Common/CPacketPlayerPosition.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Godot;
2-
using GodotModules.Netcode.Server;
32
using System;
43

54
namespace GodotModules.Netcode

Scripts/Netcode/Common/CPacketPlayerRotation.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Godot;
2-
using GodotModules.Netcode.Server;
31
using System;
42

53
namespace GodotModules.Netcode

0 commit comments

Comments
 (0)