mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-06-16 12:11:01 +00:00
10 lines
142 B
C#
10 lines
142 B
C#
using System;
|
|
|
|
namespace Discord
|
|
{
|
|
static class Constants
|
|
{
|
|
public const string DllName = "libs/discord_game_sdk";
|
|
}
|
|
}
|