This commit is contained in:
2026-04-17 01:35:53 +05:30
parent ced9c9fa35
commit 210722a472
21 changed files with 3042 additions and 1964 deletions
+1
View File
@@ -11,6 +11,7 @@ using Mirror;
public class GameManager : NetworkBehaviour
{
public static Team MyTeam { get; set; }
public static MatchmadePlayer RedPlayer { get; set; }
public static MatchmadePlayer BluePlayer { get; set; }
/// <summary>Set by dedicated server startup (e.g. CupidConnector parsing <c>-matchId</c>). PATCH is skipped if id ≤ 0 or secret is empty.</summary>