Files
K-C-Multiplayer/ServerLobby/LobbyChat/SystemEntry.cs
2025-12-13 14:28:35 +01:00

13 lines
203 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KCM.ServerLobby.LobbyChat
{
internal class SystemEntry
{
}
}