diff --git a/TechbloxModdingAPI/App/Client.cs b/TechbloxModdingAPI/App/Client.cs
deleted file mode 100644
index 249d7a3..0000000
--- a/TechbloxModdingAPI/App/Client.cs
+++ /dev/null
@@ -1,171 +0,0 @@
-using System;
-using System.Reflection;
-using HarmonyLib;
-
-using RobocraftX.Services;
-using UnityEngine;
-using RobocraftX.Common;
-using TechbloxModdingAPI.Utility;
-
-namespace TechbloxModdingAPI.App
-{
- ///
- /// The Techblox application that is running this code right now.
- ///
- public class Client
- {
- public static Client Instance { get; } = new Client();
-
- protected static Func