kennethloeffler / anatta

Anatta is a library that integrates the ECS pattern into Roblox.
https://kennethloeffler.github.io/anatta/
MIT License
38 stars 1 forks source link

`T` should error for incorrect type names #92

Closed kennethloeffler closed 2 years ago

kennethloeffler commented 3 years ago

Right now, the T library included in Anatta just spits out nil when indexed with an invalid type name. It should give the user a useful error message instead.