namespace WingsEmu.Game.Logs; public interface IPlayerLogManager { void AddLog(T message) where T : IPlayerActionLog; }