diff --git a/MafiaGame/App.xaml.cs b/MafiaGame/App.xaml.cs index bbecb9f..abc4a2f 100644 --- a/MafiaGame/App.xaml.cs +++ b/MafiaGame/App.xaml.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; -using System.Threading.Tasks; -using System.Windows; +using System.Windows; using DiscordRPC; using DiscordRPC.Logging; using DiscordRPC.Message; @@ -14,7 +8,7 @@ namespace MafiaGame /// /// Interaction logic for App.xaml /// - public partial class App : Application + public partial class App { public App() {