feat(multiplayer): enforce proposal decline cooldowns

This commit is contained in:
Josh Creek
2026-09-01 19:30:45 +01:00
parent da92be73ef
commit 455055c67c
6 changed files with 68 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ var (
ErrTicketNotFound = errors.New("queue ticket not found")
ErrNotTicketOwner = errors.New("queue ticket is owned by another player")
ErrTicketExpired = errors.New("queue ticket expired")
ErrPlayerCooldown = errors.New("player is on matchmaking cooldown")
)
type QueueTicket struct {