File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -169,10 +169,10 @@ class FriendOnlineEvent extends FriendEventWithUser {
169169 @StreamedWorldConverter ()
170170 final World ? world;
171171
172- /// < worldId:locationId>
172+ /// ` worldId:locationId`
173173 final String ? location;
174174
175- /// < locationId>
175+ /// ` locationId`
176176 final String ? instance;
177177
178178 /// If the current user can request invite on this friend
@@ -298,10 +298,10 @@ class FriendLocationEvent extends FriendEventWithUser {
298298 @StreamedWorldConverter ()
299299 final World ? world;
300300
301- /// < worldId:locationId>
301+ /// ` worldId:locationId`
302302 final String ? location;
303303
304- /// < locationId>
304+ /// ` locationId`
305305 final String ? instance;
306306
307307 /// If the current user can request invite on this friend
@@ -358,10 +358,10 @@ class UserLocationEvent extends UserEvent {
358358 /// The [world] the user joined
359359 final World world;
360360
361- /// < worldId:locationId>
361+ /// ` worldId:locationId`
362362 final String location;
363363
364- /// < locationId>
364+ /// ` locationId`
365365 final String instance;
366366
367367 /// Create a [UserLocationEvent]
Original file line number Diff line number Diff line change 1- library vrchat_dart;
2-
31// base
42export 'src/vrchat_dart_base.dart' ;
53export 'package:vrchat_dart_generated/vrchat_dart_generated.dart' ;
You can’t perform that action at this time.
0 commit comments