Compatibility with other Steam based libraries

The Nodecraft Studio plugin relies on the steamworks library. If you include other plugins in your project, such as SteamSocket or SteamOnlineSubsystem, you may receive an error saying that the module "NodecraftSteamAuth" cannot be loaded. This is due to a version mismatch between the steamworks sdk in our plugin and the other plugin(s) you are using which also rely on this sdk. To fix this issue, you must reconcile all plugins relying on the steamworks sdk so that they use the same version.