Releases: Rounds-Modding/UnboundLib
Releases · Rounds-Modding/UnboundLib
v3.0.1
- Fix
allowMultiple
on custom cards
- Merge #75
v2.11.1
v2.11.1: emergency fix for online play without RWF
v2.10.1
Merge pull request #63 from Rounds-Modding/LobbyLag
fixed lag in online lobbies due to mod syncing menu
v2.9.0
Added patches + extensions to support 32 player colors. Players' colorID
is accessible through UnboundLib.Extensions.PlayerExtensions.colorID(player)
or simply player.colorID
. Can be assigned (and colors updated) with player.AssignColorID(colorID)
.
From PR #56