sschmid / Entitas

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

debug #981

Closed ChaleChan closed 3 years ago

ChaleChan 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

Nice component :D Will close ;) Happy coding :)