Added comment

This commit is contained in:
2026-01-18 00:10:31 +01:00
parent 374c9295ef
commit 8fe01c332e

View File

@@ -40,6 +40,7 @@ class _GroupProfileViewState extends State<GroupProfileView> {
/// Total matches played in this group
int totalMatches = 0;
/// The best player in this group
String bestPlayer = '';
@override