From: AeonLucid Date: Sat, 10 Oct 2020 23:12:58 +0000 (+0200) Subject: Update namespaces v2 X-Git-Tag: v1.2.2~117^2~1 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=49325843155c91041f6644226dfb585cfc327b72;p=rhonda%2Fimpostor.git Update namespaces v2 --- diff --git a/src/Impostor.Server.Api/Plugins/IPlugin.cs b/src/Impostor.Server.Api/Plugins/IPlugin.cs index 129cf15..d31520b 100644 --- a/src/Impostor.Server.Api/Plugins/IPlugin.cs +++ b/src/Impostor.Server.Api/Plugins/IPlugin.cs @@ -1,7 +1,7 @@ using System.Threading.Tasks; using Impostor.Server.Events; -namespace Impostor.Server +namespace Impostor.Server.Plugins { public interface IPlugin : IEventListener {