rbx_asset: roblox api changed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-01 01:08:51 -07:00
parent 0bf0b92efb
commit 9f1bdd6a1f

View File

@@ -195,15 +195,21 @@ impl AssetLocation{
}
}
#[derive(Debug,serde::Deserialize)]
#[allow(nonstandard_style,dead_code)]
pub struct AssetMetadata{
pub metadataType:u32,
pub value:String,
}
#[derive(Debug,serde::Deserialize)]
#[allow(nonstandard_style,dead_code)]
pub struct AssetLocationInfo{
pub location:Option<AssetLocation>,
pub requestId:String,
pub IsHashDynamic:bool,
pub IsCopyrightProtected:bool,
pub isArchived:bool,
pub assetTypeId:u32,
pub assetMetadatas:Vec<AssetMetadata>,
pub isRecordable:bool,
}
pub struct AssetVersionsRequest{