Fixed Spawn class namespace

This commit is contained in:
hydrant
2018-09-19 20:03:44 +02:00
parent a75ba4cc39
commit 969537c655

View File

@@ -12,7 +12,7 @@ using reallife_gamemode.Model;
* @copyright (c) 2008 - 2018 Life of German * @copyright (c) 2008 - 2018 Life of German
*/ */
namespace reallife_gamemode.Server.Event namespace reallife_gamemode.Server.Events
{ {
public class Spawn : Script public class Spawn : Script
{ {