parent
a22a91a7d7
commit
f16f3ab81d
15
validation/src/create.rs
Normal file
15
validation/src/create.rs
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
pub struct Create{
|
||||||
|
pub(crate) roblox_cookie:rbx_asset::cookie::CookieContext,
|
||||||
|
pub(crate) api:submissions_api::internal::Context,
|
||||||
|
}
|
||||||
|
impl Create{
|
||||||
|
pub const fn new(
|
||||||
|
roblox_cookie:rbx_asset::cookie::CookieContext,
|
||||||
|
api:submissions_api::internal::Context,
|
||||||
|
)->Self{
|
||||||
|
Self{
|
||||||
|
roblox_cookie,
|
||||||
|
api,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user