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