Closed delaneyj closed 10 months ago
I had actually added this previously and then removed it because I felt that it broke the abstraction of the library more than needed. I added entity.Is() and entity.Zero() instead, is there a specific use case you're thinking of for this?
entity.Is() and entity.Zero()
Debug, logging and serialization all need ways to know the ID
Sounds good, added.
I had actually added this previously and then removed it because I felt that it broke the abstraction of the library more than needed. I added
entity.Is() and entity.Zero()
instead, is there a specific use case you're thinking of for this?