0.10.0
This release implements the new remote config feature - https://yandex.ru/dev/games/doc/en/sdk/sdk-config
Usage example:
local options = { defaultFlags = { test1 = "A" } } -- also, it can be `nil`
yagames.flags_get(options, function(self, err, result)
-- result is a table
end)