diff --git a/vrchat_dart/lib/src/model/streaming/vrc_streaming_event.dart b/vrchat_dart/lib/src/model/streaming/vrc_streaming_event.dart index 9622221..2f93d2a 100644 --- a/vrchat_dart/lib/src/model/streaming/vrc_streaming_event.dart +++ b/vrchat_dart/lib/src/model/streaming/vrc_streaming_event.dart @@ -169,10 +169,10 @@ class FriendOnlineEvent extends FriendEventWithUser { @StreamedWorldConverter() final World? world; - /// + /// `worldId:locationId` final String? location; - /// + /// `locationId` final String? instance; /// If the current user can request invite on this friend @@ -298,10 +298,10 @@ class FriendLocationEvent extends FriendEventWithUser { @StreamedWorldConverter() final World? world; - /// + /// `worldId:locationId` final String? location; - /// + /// `locationId` final String? instance; /// If the current user can request invite on this friend @@ -358,10 +358,10 @@ class UserLocationEvent extends UserEvent { /// The [world] the user joined final World world; - /// + /// `worldId:locationId` final String location; - /// + /// `locationId` final String instance; /// Create a [UserLocationEvent] diff --git a/vrchat_dart/lib/vrchat_dart.dart b/vrchat_dart/lib/vrchat_dart.dart index 3ff874a..b04cce8 100644 --- a/vrchat_dart/lib/vrchat_dart.dart +++ b/vrchat_dart/lib/vrchat_dart.dart @@ -1,5 +1,3 @@ -library vrchat_dart; - // base export 'src/vrchat_dart_base.dart'; export 'package:vrchat_dart_generated/vrchat_dart_generated.dart';