From 66cf3c37b2a7baa630b575a34fb0e6150542071f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20LAVERGNE?= Date: Sat, 8 Jun 2024 23:08:25 +0200 Subject: [PATCH] Actualisation de LastPlayed --- source/Trek-12/Trek-12/Views/PageBoard.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Trek-12/Trek-12/Views/PageBoard.xaml.cs b/source/Trek-12/Trek-12/Views/PageBoard.xaml.cs index dbbc910..a955b19 100644 --- a/source/Trek-12/Trek-12/Views/PageBoard.xaml.cs +++ b/source/Trek-12/Trek-12/Views/PageBoard.xaml.cs @@ -19,6 +19,7 @@ public partial class PageBoard : ContentPage { InitializeComponent(); BindingContext = GameManager; + GameManager.CurrentPlayer.UpdateLastPlayed(); GameManager.DiceRolled += TheGame_DiceRolled; GameManager.DiceRolled += ResultAddition;