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