๐ฎConfigure your game
// Baked sensations can be created with the sensations creator tool.
//The game ID is provided by OWO to verified games.
auto auth = GameAuth::Create(bakedsensations)->WithId("gameId");//The Auth file can be exported from the sensations creator tool.
auto auth = GameAuth::Parse("1~Dagger~...")->WithId("gameId");owo->Configure(auth);Last updated