Cory Robertson

Results 2 issues of Cory Robertson

Fixes [#223 Leader board UGC](https://github.com/Noxime/steamworks-rs/issues/223) This pull request adds support for: ` SteamAPICall_t AttachLeaderboardUGC( SteamLeaderboard_t hSteamLeaderboard, UGCHandle_t hUGC ); ` and ` SteamAPICall_t FileShare( const char *pchFile ); ` I...

This is a tracking issue for attaching files shared as UGC to leader board entries, I have basic working code on [https://github.com/CoryRobertson/steamworks-rs](https://github.com/CoryRobertson/steamworks-rs), however it needs to be significantly cleaned up...