Browse Source

cleanup code

tags/Rel2b2
sebas77 6 years ago
parent
commit
f70f3a88f3
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      Svelto.ECS/GenericEntityDescriptor.cs

+ 1
- 3
Svelto.ECS/GenericEntityDescriptor.cs View File

@@ -1,6 +1,4 @@
using System.Runtime.InteropServices;

namespace Svelto.ECS
namespace Svelto.ECS
{
public class GenericEntityDescriptor<T>:IEntityDescriptor where T : EntityView, new()
{


Loading…
Cancel
Save