From f70f3a88f3c0739071619aa79226d45e453da1a2 Mon Sep 17 00:00:00 2001 From: sebas77 Date: Sat, 3 Mar 2018 01:36:49 +0000 Subject: [PATCH] cleanup code --- Svelto.ECS/GenericEntityDescriptor.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Svelto.ECS/GenericEntityDescriptor.cs b/Svelto.ECS/GenericEntityDescriptor.cs index a717870..31b1c68 100644 --- a/Svelto.ECS/GenericEntityDescriptor.cs +++ b/Svelto.ECS/GenericEntityDescriptor.cs @@ -1,6 +1,4 @@ -using System.Runtime.InteropServices; - -namespace Svelto.ECS +namespace Svelto.ECS { public class GenericEntityDescriptor:IEntityDescriptor where T : EntityView, new() {