mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-16 17:39:03 -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";
|
|||
|
}
|
|||
|
}
|