Skip to content

Commit 4642d77

Browse files
committed
discord
1 parent 31dc673 commit 4642d77

File tree

69 files changed

+5020
-145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+5020
-145
lines changed

Assets/Plugins/DiscordGameSDK.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
3+
namespace Discord
4+
{
5+
public partial class ActivityManager
6+
{
7+
public void RegisterCommand()
8+
{
9+
RegisterCommand(null);
10+
}
11+
}
12+
}

Assets/Plugins/DiscordGameSDK/ActivityManager.cs.meta

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using System;
2+
3+
namespace Discord
4+
{
5+
static class Constants
6+
{
7+
public const string DllName = "discord_game_sdk";
8+
}
9+
}

Assets/Plugins/DiscordGameSDK/Constants.cs.meta

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)