blob: 286b9e338c006ac0c38def594a6d21ed6a80ddf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
namespace Steamworks;
public static class Version
{
public const string SteamworksNETVersion = "15.0.1";
public const string SteamworksSDKVersion = "1.51";
public const string SteamAPIDLLVersion = "06.28.18.86";
public const int SteamAPIDLLSize = 239904;
public const int SteamAPI64DLLSize = 265504;
}
|