Sporepedia::IMultiShopperListener class

Extend this class to know when the user accepts a multi-selection Sporepedia shopper request.

You must override the OnShopperAccept method, which gets called when the user clicks the Accept button in the Sporepedia. The method receives a the vector of keys of the selected creations.

Public functions

auto OnShopperAccept(const eastl::vector<ResourceKey>& selection) -> void pure virtual