@rbxts/types 1.0.855 → 1.0.856
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.
|
@@ -3843,7 +3843,7 @@ interface AssetService extends Instance {
|
|
|
3843
3843
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AssetService#SavePlaceAsync)
|
|
3844
3844
|
* @param this A non-replicated service that handles asset-related queries to the Roblox web API.
|
|
3845
3845
|
*/
|
|
3846
|
-
SavePlaceAsync(this: AssetService
|
|
3846
|
+
SavePlaceAsync(this: AssetService): void;
|
|
3847
3847
|
/**
|
|
3848
3848
|
* Finds audio assets matching a variety of search criteria.
|
|
3849
3849
|
*
|