This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
modtainers
/
Svelto.ECS
mirror of
https://github.com/sebas77/Svelto.ECS
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
49
Wiki
Activity
Browse Source
cleanup code
tags/Rel2b2
sebas77
7 years ago
parent
ff5816b6b0
commit
f70f3a88f3
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
{
Write
Preview
Loading…
Cancel
Save