using MafiaCommon; namespace MafiaServer.Events { public delegate void OnPlayerVoteEvent(PlayerSocketWorker sender, int id); }