🚀Plugin set up

First of all, it is necessary to instantiate the OWO class through which you can access all the API features.

std::unique_ptr<OWOGame::OWO> owo = OWOGame::OWO::Create();

Last updated