private void OnCreateGame(BinaryReader packet) { Game.SetRules(packet); packet.ReadUnicode(20); //hostname packet.ReadUnicode(30); //password Game.AddPlayer(this); IsAuthentified = true; }