GameSDKcraft/GamecraftRPC/Discord/Constants.cs

10 lines
137 B
C#
Raw Normal View History

2020-03-26 15:36:06 -04:00
using System;
namespace Discord
{
static class Constants
{
public const string DllName = "discord_game_sdk";
}
}