Skip to content

Commit cf8b855

Browse files
committed
feat: apply memberwise initializer to FriendsLocation
1 parent 7b0bae8 commit cf8b855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/VRCKit/Models/Friend/FriendModel.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public struct Friend: Sendable, ProfileElementRepresentable, LocationRepresentab
2929
public let friendKey: String
3030
}
3131

32+
@MemberwiseInit(.public)
3233
public struct FriendsLocation: Sendable, LocationRepresentable {
3334
public let location: Location
3435
public let friends: [Friend]

0 commit comments

Comments
 (0)