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

11 lines
185 B
C#

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