Skip to content

Commit

Permalink
Add DiscordGameSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Jan 7, 2024
1 parent 41a4fc3 commit 8c69de2
Show file tree
Hide file tree
Showing 7 changed files with 4,573 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/HUDMerger/DiscordGameSDK/ActivityManager.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;

namespace Discord
{
public partial class ActivityManager
{
public void RegisterCommand()
{
RegisterCommand(null);
}
}
}
9 changes: 9 additions & 0 deletions src/HUDMerger/DiscordGameSDK/Constants.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
using System;

namespace Discord
{
static class Constants
{
public const string DllName = "discord_game_sdk";
}
}
Loading

0 comments on commit 8c69de2

Please sign in to comment.