Entitas  0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
ICodeGenerator.cs
1 namespace Entitas.CodeGenerator {
2 
3  public interface ICodeGenerator {
4  }
5 }