Add a component
Every time you inittialize a new component, an unique id is generated Use this function only if you want to generate the component with values
e.AddComponent(new Foo(value1, value2, ...));
T add(T : IComponent)()
See Implementation
Add a component
Every time you inittialize a new component, an unique id is generated Use this function only if you want to generate the component with values