mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix online interactions, UI, and inventory sync
This commit is contained in:
parent
7436420cd1
commit
fdc614902b
14 changed files with 525 additions and 143 deletions
|
|
@ -38,6 +38,7 @@ public:
|
|||
vendorMode_ = enabled;
|
||||
gameHandler_ = handler;
|
||||
}
|
||||
void setGameHandler(game::GameHandler* handler) { gameHandler_ = handler; }
|
||||
|
||||
/// Set asset manager for icon/model loading
|
||||
void setAssetManager(pipeline::AssetManager* am) { assetManager_ = am; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue