8 lines
237 B
C#
8 lines
237 B
C#
namespace Content.Server._Sunrise.Messenger;
|
|
|
|
/// <summary>
|
|
/// Серверная реализация системы эмодзи
|
|
/// </summary>
|
|
public sealed class ServerEmojiSystem : Content.Shared._Sunrise.Messenger.EmojiSystem
|
|
{
|
|
}
|