mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-09-01 14:49:18 +00:00
Generate Rust SDK with openapi generator 6.2.1
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
* Generated by: https://openapi-generator.tech
|
||||
*/
|
||||
|
||||
/// UnityPackage :
|
||||
|
||||
|
||||
|
||||
@ -35,6 +36,7 @@ pub struct UnityPackage {
|
||||
}
|
||||
|
||||
impl UnityPackage {
|
||||
///
|
||||
pub fn new(asset_version: i32, id: String, platform: String, unity_version: String) -> UnityPackage {
|
||||
UnityPackage {
|
||||
asset_url: None,
|
||||
|
Reference in New Issue
Block a user