]> git.deb.at Git - rhonda/impostor.git/commitdiff
Update namespaces v2
authorAeonLucid <aeonlucid@gmail.com>
Sat, 10 Oct 2020 23:12:58 +0000 (01:12 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Sat, 10 Oct 2020 23:12:58 +0000 (01:12 +0200)
src/Impostor.Server.Api/Plugins/IPlugin.cs

index 129cf157d50ac2bf39fa2f08c85dfd9cf0d9602f..d31520b153f441673c7beac9293a1bea0629d515 100644 (file)
@@ -1,7 +1,7 @@
 using System.Threading.Tasks;
 using Impostor.Server.Events;
 
-namespace Impostor.Server
+namespace Impostor.Server.Plugins
 {
     public interface IPlugin : IEventListener
     {