Files
reallife-gamemode/ReallifeGamemode.Database/Entities/Logs/Chat/DepartmentChatLogEntry.cs
2021-04-19 14:15:08 +02:00

11 lines
191 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace ReallifeGamemode.Database.Entities.Logs.Chat
{
public class DepartmentChatLogEntry : ChatLogEntry
{
}
}