sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7.08k stars 1.11k forks source link

context #949

Closed bayganik closed 3 years ago

bayganik commented 3 years ago

Hi,

I have an idea / suggestion / found a bug / have question / want to contribute.

Here's some code

using Entitas;

public sealed class MyComponent : IComponent {
}

Cheers

sschmid commented 3 years ago

Your issue "context" is missing context ;)

sschmid commented 3 years ago

I guess that's just the issue template. Feel free to create a new issue or to reopen, if you have a question