13 private readonly Dictionary<string, BadObject>
m_Modules =
new Dictionary<string, BadObject>();
Is the store for all loaded modules.
void Cache(string hash, BadObject module)
Cache the specified module.
readonly Dictionary< string, BadObject > m_Modules
The Internal Module Store.
bool IsCached(string hash)
Returns true if the module is cached.
BadObject Get(string hash)
Returns the module with the specified hash.
The Base Class for all BadScript Objects.
Contains the Runtime Objects.