9 lines
No EOL
176 B
C#
9 lines
No EOL
176 B
C#
using PhoenixLib.ServiceBus;
|
|
using WingsEmu.Game.Logs;
|
|
|
|
namespace Plugin.PlayerLogs
|
|
{
|
|
public interface IPlayerActionLogMessage : IMessage, IPlayerActionLog
|
|
{
|
|
}
|
|
} |