6 lines
No EOL
130 B
C#
6 lines
No EOL
130 B
C#
namespace WingsEmu.Game.Logs;
|
|
|
|
public interface IPlayerLogManager
|
|
{
|
|
void AddLog<T>(T message) where T : IPlayerActionLog;
|
|
} |