Skip to content

Commit 9b46660

Browse files
committed
remove unused directives
1 parent 20bca0c commit 9b46660

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

PaycheckPlugin/Commands/CreatePaycheck.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
1+
using System.Collections.Generic;
32
using PhaserArray.PaycheckPlugin.Helpers;
43
using PhaserArray.PaycheckPlugin.Serialization;
54
using Rocket.API;

PaycheckPlugin/Commands/CreatePaycheckZone.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
using System;
2-
using System.Collections.Generic;
1+
using System.Collections.Generic;
32
using PhaserArray.PaycheckPlugin.Helpers;
43
using PhaserArray.PaycheckPlugin.Serialization;
54
using Rocket.API;
65
using Rocket.Unturned.Chat;
76
using Rocket.Unturned.Player;
87
using UnityEngine;
9-
using Logger = Rocket.Core.Logging.Logger;
108

119
namespace PhaserArray.PaycheckPlugin.Commands
1210
{

PaycheckPlugin/Serialization/PaycheckPluginConfiguration.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System.Collections.Generic;
22
using System.Xml.Serialization;
33
using Rocket.API;
4-
using UnityEngine;
54

65
namespace PhaserArray.PaycheckPlugin.Serialization
76
{

0 commit comments

Comments
 (0)