16 lines
322 B
C#
16 lines
322 B
C#
namespace Steamworks
|
|
{
|
|
public static class Version
|
|
{
|
|
public const string SteamworksNETVersion = "14.0.0";
|
|
|
|
public const string SteamworksSDKVersion = "1.48";
|
|
|
|
public const string SteamAPIDLLVersion = "05.69.73.98";
|
|
|
|
public const int SteamAPIDLLSize = 237856;
|
|
|
|
public const int SteamAPI64DLLSize = 262944;
|
|
}
|
|
}
|