private void OnMatchKill(CoreMessage msg) { msg.Reader.ReadInt32(); if (Game.IsMatch) { Game.MatchKill(); SendToAll(msg); } }