mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
4 lines
133 B
C#
4 lines
133 B
C#
namespace ServerManagerTool.DiscordBot.Delegates
|
|
{
|
|
public delegate string HandleTranslationDelegate(string translationKey);
|
|
}
|