Preliminary work to change from DiscordRPC to Discord GameSDK
This commit is contained in:
9
libs/discordGameSDK/csharp/Constants.cs
Normal file
9
libs/discordGameSDK/csharp/Constants.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Discord
|
||||
{
|
||||
static class Constants
|
||||
{
|
||||
public const string DllName = "discord_game_sdk";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user