Release Rojo 7.0.0-rc.3

This commit is contained in:
Lucien Greathouse
2021-10-19 17:12:28 -04:00
parent 07abfbde43
commit 75542dacb3
8 changed files with 2747 additions and 508 deletions

View File

@@ -388,6 +388,11 @@ types = {
end,
},
Tags = {
fromPod = identity,
toPod = identity,
},
Vector2 = {
fromPod = unpackDecoder(Vector2.new),