rbx_asset: roblox api changed
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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)]
|
#[derive(Debug,serde::Deserialize)]
|
||||||
#[allow(nonstandard_style,dead_code)]
|
#[allow(nonstandard_style,dead_code)]
|
||||||
pub struct AssetLocationInfo{
|
pub struct AssetLocationInfo{
|
||||||
pub location:Option<AssetLocation>,
|
pub location:Option<AssetLocation>,
|
||||||
pub requestId:String,
|
pub requestId:String,
|
||||||
pub IsHashDynamic:bool,
|
|
||||||
pub IsCopyrightProtected:bool,
|
|
||||||
pub isArchived:bool,
|
pub isArchived:bool,
|
||||||
pub assetTypeId:u32,
|
pub assetTypeId:u32,
|
||||||
|
pub assetMetadatas:Vec<AssetMetadata>,
|
||||||
|
pub isRecordable:bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct AssetVersionsRequest{
|
pub struct AssetVersionsRequest{
|
||||||
|
|||||||
Reference in New Issue
Block a user