mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 10:14:11 +02:00
0.3.0
This commit is contained in:
parent
e0c56056a4
commit
c6715e9498
3 changed files with 4 additions and 2 deletions
|
|
@ -40,6 +40,7 @@ mod serde_date {
|
|||
|
||||
#[derive(Debug, Clone)]
|
||||
#[cfg_attr(feature = "serde", derive(serde::Serialize))]
|
||||
#[non_exhaustive]
|
||||
pub struct Player {
|
||||
pub name: String,
|
||||
pub steam_id: SteamID,
|
||||
|
|
@ -85,6 +86,7 @@ pub struct MembershipHistory {
|
|||
|
||||
#[derive(Debug, Clone)]
|
||||
#[cfg_attr(feature = "serde", derive(serde::Serialize))]
|
||||
#[non_exhaustive]
|
||||
pub struct Team {
|
||||
pub name: String,
|
||||
pub tag: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue