dominion-dev/dominion-ecs-java

A question about Item

endison1986 opened this issue · 2 comments

Hi @enricostara ,I have a question, are the Item interface and LinkedChunk generics necessary? Why not use the IntEntity array directly, so that there is no performance loss of unpacking?

Hi @endison1986 , to be SOLID :)