We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should let the ResourceManager have two keys.
ResourceManager
Serialize them in integer index order. (Also ForEach iterates them in integer index order)
ForEach
Currently we use an integer index for HeroClass but we may use it globally later to enhance performance and memory.
HeroClass
% Should all the classes that are managed by ResourceManager have an integer index member?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should let the
ResourceManager
have two keys.Serialize them in integer index order. (Also
ForEach
iterates them in integer index order)Currently we use an integer index for
HeroClass
but we may use it globally later to enhance performance and memory.% Should all the classes that are managed by ResourceManager have an integer index member?
The text was updated successfully, but these errors were encountered: