Sporepedia::IShopperListener class

Extend this class to know when the user accepts an 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 key of the selected creation.

Public functions

auto OnShopperAccept(const ResourceKey& selection) -> void pure virtual