diff --git a/src/Serializable/EcsPipelineTemplate.cs b/src/Utils/EcsPipelineTemplate.cs similarity index 96% rename from src/Serializable/EcsPipelineTemplate.cs rename to src/Utils/EcsPipelineTemplate.cs index 27ef672..0be1699 100644 --- a/src/Serializable/EcsPipelineTemplate.cs +++ b/src/Utils/EcsPipelineTemplate.cs @@ -1,7 +1,7 @@ using System; using System.Runtime.Serialization; -namespace DCFApixels.DragonECS.Serializable +namespace DCFApixels.DragonECS { [Serializable] [DataContract]