mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-16 16:29:02 -06:00
10 lines
137 B
C#
10 lines
137 B
C#
using System;
|
|
|
|
namespace Discord
|
|
{
|
|
static class Constants
|
|
{
|
|
public const string DllName = "discord_game_sdk";
|
|
}
|
|
}
|