brett19 / rosebrowser

ROSEBrowser is a free and open-source implementation of the ROSE Online 3D MMORPG for web browsers written from scratch using the latest web standards (WebGL, HTML5, Javascript, Threads, ...).
Other
20 stars 17 forks source link

Singleton-ify the ItemDataManager #12

Open brett19 opened 10 years ago

brett19 commented 10 years ago

Currently the ItemDataManager is not represented as a singleton. It should be refactored such that ItemDataManager is a singleton instance of _ItemDataManager, and an extension load method added to the singleton to allow the GDM to hold the reference and handle loading.