11 lines
187 B
C#
11 lines
187 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace ReallifeGamemode.Database.Entities.Logs.Chat
|
|
{
|
|
public class LeaderChatLogEntry : ChatLogEntry
|
|
{
|
|
}
|
|
}
|