Skip to content

Commit 6676335

Browse files
authored
Patch Workspace.CollisionGroups to serialize (#308)
Fixes #302's main issue, where `Workspace.CollisionGroups` no longer serializes. Also updates the database to 582, which includes the changed serialization. Relevant diff is at lines 57299-57316 in the JSON database, if you want to check.
1 parent 835a7d3 commit 6676335

File tree

4 files changed

+579
-309
lines changed

4 files changed

+579
-309
lines changed

patches/workspace.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ Change:
55
Type: SerializesAs
66
As: SignalBehavior2
77
SignalBehavior2:
8-
AliasFor: SignalBehavior
8+
AliasFor: SignalBehavior
9+
10+
CollisionGroups:
11+
Serialization:
12+
Type: Serializes

0 commit comments

Comments
 (0)