connected-spaces-platform.unity.core 4.16.0 → 4.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +68 -2
- package/README.md.meta +1 -1
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/Array.cs +0 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs.meta +1 -1
- package/Source/Common/FileExtensions.cs.meta +1 -1
- package/Source/Common/List.cs +0 -1
- package/Source/Common/List.cs.meta +1 -1
- package/Source/Common/Map.cs +0 -2
- package/Source/Common/Map.cs.meta +1 -1
- package/Source/Common/MimeTypeHelper.cs.meta +1 -1
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs.meta +1 -1
- package/Source/Common.meta +1 -1
- package/Source/Csp.cs.meta +1 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/EndpointURIs.cs.meta +1 -1
- package/Source/Il2cppPreserver.cs.meta +1 -1
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
- package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
- package/Source/Multiplayer/ComponentType.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
- package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +10 -10
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces.meta +1 -1
- package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs +1 -1
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components.meta +1 -1
- package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationResult.cs +3 -3
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationSystem.cs +10 -10
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +3 -3
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageResult.cs +3 -3
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation.meta +1 -1
- package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
- package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
- package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
- package/Source/Multiplayer/PropertyUpdateInfo.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
- package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
- package/Source/Multiplayer/Script.meta +1 -1
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
- package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
- package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
- package/Source/Multiplayer.meta +1 -1
- package/Source/NativeClassWrapper.cs.meta +1 -1
- package/Source/ProgressEventArgs.cs.meta +1 -1
- package/Source/Ref.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs +2 -2
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs +3 -3
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs +2 -2
- package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/AssetResult.cs +2 -2
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs +21 -21
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs +3 -3
- package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
- package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
- package/Source/Systems/Assets/LODChain.cs.meta +1 -1
- package/Source/Systems/Assets/LODChainResult.cs +3 -3
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs +3 -3
- package/Source/Systems/Assets/UriResult.cs.meta +1 -1
- package/Source/Systems/Assets.meta +1 -1
- package/Source/Systems/BooleanResult.cs +3 -3
- package/Source/Systems/BooleanResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +2 -2
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs +2 -2
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs +7 -7
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoResult.cs +2 -2
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +2 -2
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce.meta +1 -1
- package/Source/{Services → Systems}/ERequestFailureReason.cs +1 -1
- package/Source/{Services → Systems}/ERequestFailureReason.cs.meta +1 -1
- package/Source/{Services → Systems}/EResultCode.cs +1 -1
- package/Source/{Services → Systems}/EResultCode.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketResult.cs +2 -2
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs +6 -6
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +2 -2
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +2 -2
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventResult.cs +2 -2
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +2 -2
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLResult.cs +2 -2
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs +2 -2
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
- package/Source/Systems/GraphQL.meta +1 -1
- package/Source/Systems/HTTPHeadersResult.cs +3 -3
- package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
- package/Source/Systems/Log/LogLevel.cs.meta +1 -1
- package/Source/Systems/Log/LogSystem.cs.meta +1 -1
- package/Source/Systems/Log.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +4 -4
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
- package/Source/Systems/Maintenance.meta +1 -1
- package/Source/Systems/NullResult.cs +3 -3
- package/Source/Systems/NullResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitResult.cs +2 -2
- package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaInfo.cs +0 -34
- package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaResult.cs +2 -2
- package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesLimitResult.cs +2 -2
- package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesQuotaResult.cs +2 -2
- package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
- package/Source/Systems/Quota/QuotaSystem.cs +8 -8
- package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
- package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
- package/Source/Systems/Quota/TierNames.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierResult.cs +2 -2
- package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
- package/Source/Systems/Quota.meta +1 -1
- package/Source/{Services → Systems}/ResultBase.cs +23 -23
- package/Source/{Services → Systems}/ResultBase.cs.meta +1 -1
- package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
- package/Source/Systems/Script.meta +1 -1
- package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollectionResult.cs +2 -2
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsSystem.cs +14 -14
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpaceResult.cs +2 -2
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpacesResult.cs +2 -2
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
- package/Source/Systems/Spaces/PendingInvitesResult.cs +2 -2
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Site.cs.meta +1 -1
- package/Source/Systems/Spaces/SiteResult.cs +2 -2
- package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SitesCollectionResult.cs +2 -2
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Space.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +3 -3
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs +3 -3
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs +3 -3
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs +31 -31
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesMetadataResult.cs +3 -3
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesResult.cs +3 -3
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs +3 -3
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs +2 -2
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +2 -2
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs +2 -2
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs +2 -2
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs +7 -7
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
- package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
- package/Source/Systems/Spatial/POICollectionResult.cs +2 -2
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/POIResult.cs +2 -2
- package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs +3 -3
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
- package/Source/Systems/Spatial.meta +1 -1
- package/Source/Systems/StringArrayResult.cs +3 -3
- package/Source/Systems/StringArrayResult.cs.meta +1 -1
- package/Source/Systems/StringResult.cs +3 -3
- package/Source/Systems/StringResult.cs.meta +1 -1
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs +3 -3
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenResult.cs +2 -2
- package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfilesResult.cs +2 -2
- package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
- package/Source/Systems/Users/CheckoutSessionUrlResult.cs +141 -0
- package/Source/{Services/WebService.cs.meta → Systems/Users/CheckoutSessionUrlResult.cs.meta} +1 -1
- package/Source/Systems/Users/CustomerPortalUrlResult.cs +141 -0
- package/Source/Systems/Users/CustomerPortalUrlResult.cs.meta +11 -0
- package/Source/Systems/Users/ELoginState.cs.meta +1 -1
- package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
- package/Source/Systems/Users/LoginState.cs.meta +1 -1
- package/Source/Systems/Users/LoginStateResult.cs +2 -2
- package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenReceived.cs +2 -2
- package/Source/Systems/Users/LoginTokenReceived.cs.meta +1 -1
- package/Source/Systems/Users/LogoutResult.cs.meta +1 -1
- package/Source/Systems/Users/PingResponseReceived.cs +2 -2
- package/Source/Systems/Users/PingResponseReceived.cs.meta +1 -1
- package/Source/Systems/Users/Profile.cs.meta +1 -1
- package/Source/Systems/Users/ProfileResult.cs +2 -2
- package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
- package/Source/Systems/Users/ProviderDetailsResult.cs +2 -2
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs +151 -21
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
- package/Source/Systems/Voip.meta +1 -1
- package/Source/Systems.meta +1 -1
- package/Source/Web/EResponseCodes.cs.meta +1 -1
- package/Source/Web.meta +1 -1
- package/Source/WrapperHelper.cs.meta +1 -1
- package/Source.meta +1 -1
- package/android64/libConnectedSpacesPlatform.so +0 -0
- package/android64/libConnectedSpacesPlatform.so.meta +1 -1
- package/android64/libConnectedSpacesPlatform_D.so +0 -0
- package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
- package/android64.meta +1 -1
- package/ios/libConnectedSpacesPlatform.a +0 -0
- package/ios/libConnectedSpacesPlatform.a.meta +1 -1
- package/ios/libcrypto.a.meta +1 -1
- package/ios/libssl.a.meta +1 -1
- package/ios.meta +1 -1
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
- package/macosx.meta +1 -1
- package/package.json +1 -1
- package/package.json.meta +1 -1
- package/windows/ConnectedSpacesPlatform.dll +0 -0
- package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
- package/windows/ConnectedSpacesPlatform_D.dll +0 -0
- package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
- package/windows.meta +1 -1
- package/Source/Services/WebService.cs +0 -91
- package/Source/Services.meta +0 -7
package/Editor.meta
CHANGED
package/README.md
CHANGED
|
@@ -1,16 +1,60 @@
|
|
|
1
|
-
# Built from changelist ID
|
|
1
|
+
# Built from changelist ID f4c7a95b2c55668b5f39d7ca737986dfe7bff147
|
|
2
2
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
5
5
|
## Summary Lists
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
### 🔥 ❗ Breaking Changes
|
|
8
9
|
|
|
10
|
+
- Add xerrorcodes to webservice (#270) *(7b8b992)* [**OF-1195**]
|
|
11
|
+
- Remove allowreductions (#275) *(da3697d)* [**OF-1194**]
|
|
9
12
|
|
|
10
13
|
|
|
14
|
+
### 🍰 🙌 New Features
|
|
11
15
|
|
|
16
|
+
- Add `resendverificationemail` *(a7cad12)* [**OF-864**]
|
|
17
|
+
- Dependencies auto-install on osx (#253) *(0193137)* [**No Ticket**]
|
|
18
|
+
- Parse emailnotconfirmed failure *(bf8e610)* [**OF-865**]
|
|
19
|
+
- Add stripe endpoints (#277) *(c0e8232)* [**OF-1198**]
|
|
12
20
|
|
|
13
21
|
|
|
22
|
+
### 🐛 🔨 Bug Fixes
|
|
23
|
+
|
|
24
|
+
- Fix package readme generation (#239) *(fead4fe)* [**OF-1148**]
|
|
25
|
+
- Fix optional bool regression *(c1a7f29)* [**OB-3027**]
|
|
26
|
+
- Fixed issue with logging macros (#247) *(a464c3b)* [**No Ticket**]
|
|
27
|
+
- Replaced space delete endpoint (#250) *(6696589)* [**OF-1023**]
|
|
28
|
+
- Resolving a quotasystem c# crash (#251) *(1b35e6f)* [**OB-3040**]
|
|
29
|
+
- Quota queries for non-basic tiers (#252) *(def4996)* [**OB-3042**]
|
|
30
|
+
- Fixed call to createspace in basic web example and updated examples to csp 4.15.1 (#261) *(b9843f3)* [**No Ticket**]
|
|
31
|
+
- Csp crashing on m1 macs (#258) *(2c981cb)* [**OB-2323**]
|
|
32
|
+
- Fix optional enum regression (#262) *(25f9f87)* [**OB-3057**]
|
|
33
|
+
- Added invalid enum val (#269) *(a52866b)* [**OF-1192**]
|
|
34
|
+
- Release notes on web (#259) *(b3f3e5a)* [**OF-1148**]
|
|
35
|
+
- Example environment set to ostage (#278) *(b3ef9e0)* [**OB-2917**]
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### 💫 💥 Code Refactors
|
|
40
|
+
|
|
41
|
+
- Ensure platform define always set *(2462063)* [**No Ticket**]
|
|
42
|
+
- Remove public systems namespace *(2b2d33b)* [**OF-1067**]
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### 🙈 🙉 🙊 Test Changes
|
|
46
|
+
|
|
47
|
+
- Cancellation token tests (#254) *(3bebc6d)* [**OF-1094**]
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### 📖 ✍ Documentation Changes
|
|
51
|
+
|
|
52
|
+
- Update return type *(621391a)* [**No Ticket**]
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### 🧩 Miscellaneous Changes
|
|
56
|
+
|
|
57
|
+
- Create new quota system (#240) *(41806a4)* [**OF-1180**]
|
|
14
58
|
|
|
15
59
|
|
|
16
60
|
<br>
|
|
@@ -19,4 +63,26 @@
|
|
|
19
63
|
|
|
20
64
|
| Change ID | Author | Description |
|
|
21
65
|
| --------- | ------ | ----------- |
|
|
22
|
-
|
|
|
66
|
+
| fead4fe | Michael K | [OF-1148] fix: fix package readme generation (#239) |
|
|
67
|
+
| a7cad12 | Michael K | [OF-864] feat: add `ResendVerificationEmail` |
|
|
68
|
+
| c1a7f29 | Michael K | [OB-3027] fix: fix optional bool regression |
|
|
69
|
+
| 41806a4 | Mag-JB | OF-1180 Create New Quota System (#240)<br>• [OB-2824] fix: web test updates<br>fixed issues with web test urls and parameters<br>• [OB-2824] fix: web request retries<br>• [OB-2824] refac: removed lingering comments<br>• [OF-815] test: (wrapper gen) unit test async functions<br>• [NT-0] refac: formatting changes in unit test gen<br>Formats Python files using Black and JS/JSON using Prettier-ESLint.<br>• [OF-815] test: wrapper gen csp_async_result tests<br>• [OB-2823] fix: add checks for codes to retries (#227)<br>• [OB-2823] fix: add checks for codes to retries<br>Currently allowed codes for retry:<br>429<br>408<br>5xx<br>• [OB-3018] fix: Replace is_integer with is_float (#230)<br>• [OF-1148] fix: Parse breaking changes (#226)<br>• [OF-1148] fix: Parse breaking changes<br>• move breaking changes to top of release notes<br>• fix bug causing all tickets to be no tickets<br>• stop merges from being added to misc changes<br>• [OF-1148] fix: Add suqash merge commits<br>• [SOL-320] Add Unity multiplayer example project (#228)<br>• [SOL-320] Add Unity multiplayer example project<br>• [SOL-320] Fix mentions of foundation to CSP<br>• [SOL-320] Add create avatar fix to basic framework example<br>• [SOL-320] replace mentions of foundation to CSP and gard against failure to get space<br>• OB-2924 Add support for Premake on xcode 14.3+ (#231)<br>• [OB-2924] fix: Add support for xcode 14.3+<br>• [OB-2924] fix: replace wget with Curl<br>• create file path<br>• [OB-3012] fix: generate meta file for README.md (#233)<br>• [OB-2975] fix: foundation Shutdown process (#232)<br>• [OB-2975] fix: foundation Shutdown process<br>• added initialisation check in tick to prevent tick operating when<br>uninitialised (such as when shutting down)<br>• added function to deregister all listeners to prevent events being<br>fired after shutdown is called<br>• [OF-1180] feat: Inital Commit for QuotaSystem<br>• [OF-1180] fix: Remove uneeded DTOArray<br>• Update enum values<br>• [OF-1180] fix: Add TrackingServiceURI<br>• [OF-1180] fix: replace strings with enums<br>• Add Async flags<br>• Check docs for capilizations<br>• [PF-1180] fix: Update AssetSystem for chs<br>• [OF-1180] doc: fix doc sentence<br>• [OF-1180] fix: update enum values<br>• [OF-1180] fix: Memory error from ref<br>• Update chs<br>• [OF-1180] test: inital tests<br>• [OF-1180] test: Add QuotaSystem tests<br>• [OF-1180] fix: remove free reference<br>• [OF-1180] test: fix default values<br>• [OF-1180] fix: set unlimited as -1<br>• [OF-1180] test: update tests<br>• [OF-1180] doc: update brief<br>• [OF-1180] doc: Added more detail to the docs<br>• [OF-1180] doc: Update callbacks docs<br>---------<br>Co-authored-by: MAG-AW <99488940+MAG-AW@users.noreply.github.com><br>Co-authored-by: Michael K <99647234+MAG-MichaelK@users.noreply.github.com><br>Co-authored-by: Michelle Shyr <100816976+mag-michelleshyr@users.noreply.github.com> |
|
|
70
|
+
| a464c3b | AdamThorn | [NT-0] fix: Fixed issue with logging macros (#247)<br>Updated use of the logging macro to fix issues. Resolved warnings<br>related to initialisation order. |
|
|
71
|
+
| 6696589 | MAG-AW | [OF-1023] fix: replaced space delete endpoint (#250) |
|
|
72
|
+
| 2462063 | Michael K | [NT-0] refac: ensure platform define always set |
|
|
73
|
+
| 1b35e6f | Sam Birley | [OB-3040] fix: Resolving a QuotaSystem C# crash (#251)<br>A bug in the CSP wrapper generator means that reference-to-enum<br>parameters will be considered to be int pointers at the C# wrapper<br>level.<br>These int pointers are then passed to the generated C wrapper which<br>will dereference them before passing them to CSP's C++ API.<br>Those dereferences were the cause of the crash.<br>The fix here is to alter the signature of the QuotaSystem API such that<br>it passes enum params by value rather than reference.<br>A separate issue for the wrapper generator bug will be raised and<br>tracked. |
|
|
74
|
+
| def4996 | Sam Birley | [OB-3042] fix: quota queries for non-basic tiers (#252)<br>• [OB-3042] fix: quota queries for non-basic tiers<br>We had a typo in the strings we created to form URL GET requests,<br>where we were creating tier strings that began with an uppercase.<br>The convention here is for tier strings to be all lowercase.<br>The impact was that services could return 200 responses to the<br>incorrectly formatted GET requests but with the wrong information.<br>And the fix is to ensure tier string parsing is consistently treating<br>the tier names as all lower-case. |
|
|
75
|
+
| 0193137 | Sam Birley | [NT-0] feat: Dependencies auto-install on OSX (#253)<br>In the same way we automatically install python dependencies at the<br>start of the project generation process on Windows, we now also<br>invoke the equivalent pip command at the start of OSX project<br>generation. |
|
|
76
|
+
| b9843f3 | Thomas Greenhalgh | [NT-0] fix: Fixed call to createSpace in basic web example and updated examples to CSP 4.15.1 (#261)<br>• [NT-0] fix: Update web example createSpace call<br>• [NO-0] refac: Update web examples to CSP 4.15.1 |
|
|
77
|
+
| 2c981cb | Sam Birley | [OB-2323] fix: CSP crashing on M1 macs (#258)<br>[OB-2323] fix: CSP crashing on M1 macs<br>Similar to recent crashes that have been fixed for<br>Quest & Android, mimalloc crashes when CSP is<br>initialized within an application running on an M1 Mac. Disabling mimalloc on osx addresses the issue. |
|
|
78
|
+
| 3bebc6d | Sam Birley | [OF-1094] test: Cancellation token tests (#254)<br>[OF-1094] test: coverage for CancellationToken<br>• Validating cancellation tokens don't support copy & move operators.<br>• Validating repeated cancellation.<br>• Validating cancellation state post-construction. |
|
|
79
|
+
| 25f9f87 | Michael K | [OB-3057] fix: fix optional enum regression (#262) |
|
|
80
|
+
| bf8e610 | Michael K | [OF-865] feat: parse EmailNotConfirmed failure |
|
|
81
|
+
| a52866b | MAG-AW | [OF-1192] fix: Added invalid enum val (#269)<br>Added invalid enum values to the quota system to<br>allow testing of invalid values, and returning of invalid values. |
|
|
82
|
+
| b3f3e5a | MAG-AW | [OF-1148] fix: release notes on web (#259)<br>• [OF-1148] fix: release notes on web<br>• [OF-1148] fix: removed meta file handling<br>• [OF-1148] refac: fixed comment<br>• [NT-0] fix: readme notes formatting badly<br>• Fixed readme formatting badly when encountering 'bad' commits<br>• [OF-1148] refac: bullet point rendering in tables<br>• [OF-1148] refac: addressing PR feedback - format |
|
|
83
|
+
| 7b8b992 | Mag-JB | [OF-1195] feat!: Add XErrorCodes to WebService (#270)<br>• [OF-1195] feat!: Add XErrorCodes to WebService<br>• [OF-1195] fix!: Remove LoginState ErrorCodes<br>• [OF-1195] fix: Add error message to ParseErrorCode<br>• [OF-1195] fix: remove virtual declaration<br>• [OF-1195] fix: add priv XErrorCodeToFailureReason<br>• [OF-1195] fix!: Remove XErrorCode from Asset<br>• [OF-1195] fix: Move XErrorCodeToFailureReason<br>• [OF-1195] test: Update tests<br>• [OF-1195] fix: Convert Stringformat to String<br>• [OF-1195] fix: fix map key case |
|
|
84
|
+
| da3697d | Mag-JB | [OF-1194] fix!: Remove AllowReductions (#275) |
|
|
85
|
+
| 2b2d33b | AdamThorn | [OF-1067] refac: Remove public systems namespace |
|
|
86
|
+
| b3ef9e0 | MAG-AW | [OB-2917] fix: Example environment set to oStage (#278)<br>Changed header environment in examples to be oStage instead of oDev |
|
|
87
|
+
| c0e8232 | Mag-JB | [OF-1198] feat: Add Stripe endpoints (#277)<br>• [OF-1198] feat: Add Stripe endpoints<br>• Add Customer Session Test<br>• Add Customer Portal Endpoint<br>• [OF-1161] fix!: Add EmailUrlLink<br>• [OF-1198] fix: update csp-service<br>• [OF-1198] test: update c# tests<br>• [OF-1198] test: update c++ tests<br>• [OF-1198] test: fix forgotpassword<br>• [OF-1198] doc: fix typo<br>• [OF-1198] test: disable GetCustomerPortalUrlTest<br>• [OF-1198] fix: update test to system |
|
|
88
|
+
| 621391a | Mag-JB | [NT-0] doc: update return type |
|
package/README.md.meta
CHANGED
package/Source/Common/Array.cs
CHANGED
package/Source/Common/List.cs
CHANGED
package/Source/Common/Map.cs
CHANGED
|
@@ -82,7 +82,6 @@ namespace Csp.Common
|
|
|
82
82
|
{
|
|
83
83
|
"Csp" => "csp_",
|
|
84
84
|
"Csp.Common" => "csp_common_",
|
|
85
|
-
"Csp.Services" => "csp_services_",
|
|
86
85
|
"Csp.Systems" => "csp_systems_",
|
|
87
86
|
"Csp.Multiplayer" => "csp_multiplayer_",
|
|
88
87
|
_ => throw new Exception("Unknown enum namespace!"),
|
|
@@ -105,7 +104,6 @@ namespace Csp.Common
|
|
|
105
104
|
{
|
|
106
105
|
"Csp" => "csp_",
|
|
107
106
|
"Csp.Common" => "csp_common_",
|
|
108
|
-
"Csp.Services" => "csp_services_",
|
|
109
107
|
"Csp.Systems" => "csp_systems_",
|
|
110
108
|
"Csp.Multiplayer" => "csp_multiplayer_",
|
|
111
109
|
_ => throw new Exception("Unknown enum namespace!"),
|
package/Source/Common.meta
CHANGED
package/Source/Csp.cs.meta
CHANGED
|
@@ -521,7 +521,7 @@ namespace Csp.Multiplayer
|
|
|
521
521
|
|
|
522
522
|
var task_result = new Csp.Systems.StringResult(_Result);
|
|
523
523
|
|
|
524
|
-
if (task_result.GetResultCode() == Csp.
|
|
524
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
525
525
|
{
|
|
526
526
|
return;
|
|
527
527
|
}
|
|
@@ -563,7 +563,7 @@ namespace Csp.Multiplayer
|
|
|
563
563
|
|
|
564
564
|
var task_result = new Csp.Systems.NullResult(_Result);
|
|
565
565
|
|
|
566
|
-
if (task_result.GetResultCode() == Csp.
|
|
566
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
567
567
|
{
|
|
568
568
|
return;
|
|
569
569
|
}
|
|
@@ -603,7 +603,7 @@ namespace Csp.Multiplayer
|
|
|
603
603
|
|
|
604
604
|
var task_result = new Csp.Multiplayer.MessageResult(_Result);
|
|
605
605
|
|
|
606
|
-
if (task_result.GetResultCode() == Csp.
|
|
606
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
607
607
|
{
|
|
608
608
|
return;
|
|
609
609
|
}
|
|
@@ -645,7 +645,7 @@ namespace Csp.Multiplayer
|
|
|
645
645
|
|
|
646
646
|
var task_result = new Csp.Systems.NullResult(_Result);
|
|
647
647
|
|
|
648
|
-
if (task_result.GetResultCode() == Csp.
|
|
648
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
649
649
|
{
|
|
650
650
|
return;
|
|
651
651
|
}
|
|
@@ -687,7 +687,7 @@ namespace Csp.Multiplayer
|
|
|
687
687
|
|
|
688
688
|
var task_result = new Csp.Multiplayer.MessageResult(_Result);
|
|
689
689
|
|
|
690
|
-
if (task_result.GetResultCode() == Csp.
|
|
690
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
691
691
|
{
|
|
692
692
|
return;
|
|
693
693
|
}
|
|
@@ -728,7 +728,7 @@ namespace Csp.Multiplayer
|
|
|
728
728
|
|
|
729
729
|
var task_result = new Csp.Multiplayer.MessageCollectionResult(_Result);
|
|
730
730
|
|
|
731
|
-
if (task_result.GetResultCode() == Csp.
|
|
731
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
732
732
|
{
|
|
733
733
|
return;
|
|
734
734
|
}
|
|
@@ -768,7 +768,7 @@ namespace Csp.Multiplayer
|
|
|
768
768
|
|
|
769
769
|
var task_result = new Csp.Multiplayer.ConversationResult(_Result);
|
|
770
770
|
|
|
771
|
-
if (task_result.GetResultCode() == Csp.
|
|
771
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
772
772
|
{
|
|
773
773
|
return;
|
|
774
774
|
}
|
|
@@ -808,7 +808,7 @@ namespace Csp.Multiplayer
|
|
|
808
808
|
|
|
809
809
|
var task_result = new Csp.Multiplayer.ConversationResult(_Result);
|
|
810
810
|
|
|
811
|
-
if (task_result.GetResultCode() == Csp.
|
|
811
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
812
812
|
{
|
|
813
813
|
return;
|
|
814
814
|
}
|
|
@@ -851,7 +851,7 @@ namespace Csp.Multiplayer
|
|
|
851
851
|
|
|
852
852
|
var task_result = new Csp.Multiplayer.MessageResult(_Result);
|
|
853
853
|
|
|
854
|
-
if (task_result.GetResultCode() == Csp.
|
|
854
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
855
855
|
{
|
|
856
856
|
return;
|
|
857
857
|
}
|
|
@@ -893,7 +893,7 @@ namespace Csp.Multiplayer
|
|
|
893
893
|
|
|
894
894
|
var task_result = new Csp.Multiplayer.MessageResult(_Result);
|
|
895
895
|
|
|
896
|
-
if (task_result.GetResultCode() == Csp.
|
|
896
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
897
897
|
{
|
|
898
898
|
return;
|
|
899
899
|
}
|