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
Change UnityEngine namespace requirements
tags/2.8
Brian L
5 years ago
parent
c23df584cf
commit
ad24a7f685
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Svelto.ECS/Common/Components/ECSRect.cs
+1
-1
Svelto.ECS/Extensions/Unity/GenericEntityDescriptorHolder.cs
+ 1
- 0
Svelto.ECS/Common/Components/ECSRect.cs
View File
@@ -1,3 +1,4 @@
#if UNITY_5 || UNITY_5_3_OR_NEWER
using UnityEngine;
namespace Svelto.ECS.Components
+ 1
- 1
Svelto.ECS/Extensions/Unity/GenericEntityDescriptorHolder.cs
View File
@@ -1,6 +1,6 @@
#if UNITY_5 || UNITY_5_3_OR_NEWER
using UnityEngine;
#if UNITY_5 || UNITY_5_3_OR_NEWER
namespace Svelto.ECS.Unity
{
public class GenericEntityDescriptorHolder<T>:
Write
Preview
Loading…
Cancel
Save