Entitas  0.40.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
IContexts.cs
1 namespace Entitas {
2 
3  public interface IContexts {
4 
5  IContext[] allContexts { get; }
6  }
7 }