Browse Source

Change UnityEngine namespace requirements

tags/2.8
Brian L 5 years ago
parent
commit
ad24a7f685
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Svelto.ECS/Common/Components/ECSRect.cs
  2. +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>:


Loading…
Cancel
Save