Compare commits
4 Commits
f4b49b8644
...
68ebbad7a7
Author | SHA1 | Date | |
---|---|---|---|
68ebbad7a7 | |||
c99b752738 | |||
4f798e5f07 | |||
39fa74d44a |
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1293,7 +1293,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rbx_asset"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"flate2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rbx_asset"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
edition = "2021"
|
||||
publish = ["strafesnet"]
|
||||
repository = "https://git.itzana.me/StrafesNET/asset-tool"
|
||||
|
@ -169,7 +169,7 @@ pub struct Creator{
|
||||
#[allow(nonstandard_style,dead_code)]
|
||||
pub struct AssetDetails{
|
||||
pub TargetId:u64,
|
||||
pub ProductType:String,
|
||||
pub ProductType:Option<String>,
|
||||
pub AssetId:u64,
|
||||
pub ProductId:u64,
|
||||
pub Name:String,
|
||||
|
Loading…
x
Reference in New Issue
Block a user