diff --git a/encompass-cs/ComponentManager.cs b/encompass-cs/ComponentManager.cs index 5db7d12..a860cf3 100644 --- a/encompass-cs/ComponentManager.cs +++ b/encompass-cs/ComponentManager.cs @@ -1,8 +1,5 @@ -using System; using System.Collections.Generic; using System.Linq; -using Encompass.Exceptions; -using Collections.Pooled; namespace Encompass { diff --git a/encompass-cs/encompass-cs.csproj b/encompass-cs/encompass-cs.csproj index 39d2173..f860bab 100644 --- a/encompass-cs/encompass-cs.csproj +++ b/encompass-cs/encompass-cs.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 Encompass @@ -9,7 +9,7 @@ Moonside Games Encompass ECS https://github.com/encompass-ecs - + Evan Hemsley 2019 Encompass is an engine-agnostic Hyper ECS framework to help you code games, or other kinds of simulations. true @@ -19,11 +19,10 @@ True - + - - + - + \ No newline at end of file