We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0bae8 commit cf8b855Copy full SHA for cf8b855
Sources/VRCKit/Models/Friend/FriendModel.swift
@@ -29,6 +29,7 @@ public struct Friend: Sendable, ProfileElementRepresentable, LocationRepresentab
29
public let friendKey: String
30
}
31
32
+@MemberwiseInit(.public)
33
public struct FriendsLocation: Sendable, LocationRepresentable {
34
public let location: Location
35
public let friends: [Friend]
0 commit comments