Open
Description
Since its a static class without any Netcode dependencies, i really see no reason to make this class Internal.
I would like to do some custom hashing in my own scripts, but i can't access this class because it's internal (why?).
This is probably the simplest fix ever, you just need to remove one word : internal.
Thank you.