Synchronise les parties entre les deux devices

This commit is contained in:
2026-04-15 23:40:18 +02:00
parent 3b88b9abe6
commit e0c3a41ccd
11 changed files with 527 additions and 18 deletions

View File

@@ -47,6 +47,9 @@ public sealed class MatchState
[JsonPropertyName("schemaVersion")]
public int SchemaVersion { get; set; } = 3;
[JsonPropertyName("collaborationSessionId")]
public string? CollaborationSessionId { get; set; }
[JsonPropertyName("config")]
public MatchConfig Config { get; set; } = new();