16 lines
322 B
C#
16 lines
322 B
C#
namespace Steamworks
|
|
{
|
|
public static class Version
|
|
{
|
|
public const string SteamworksNETVersion = "11.0.0";
|
|
|
|
public const string SteamworksSDKVersion = "1.41";
|
|
|
|
public const string SteamAPIDLLVersion = "01.00.00.01";
|
|
|
|
public const int SteamAPIDLLSize = 225056;
|
|
|
|
public const int SteamAPI64DLLSize = 249120;
|
|
}
|
|
}
|