Open catloversg opened 2 months ago
This PR adds a new API to get names of all achievements in the current app. I used the example at https://github.com/Noxime/steamworks-rs/tree/master/examples/achievements#get_achievement_names.
shouldn't it be inside the achievements namespace?
I moved it to the "achievement" namespace. I can change the function name (names) if you want.
names
This PR adds a new API to get names of all achievements in the current app. I used the example at https://github.com/Noxime/steamworks-rs/tree/master/examples/achievements#get_achievement_names.