1
0
Fork 1
mirror of https://github.com/MingweiSamuel/Riven.git synced 2025-04-02 20:13:15 -07:00
Riven/src/consts/season.rs
2019-10-25 09:47:45 -07:00

20 lines
No EOL
476 B
Rust

// This file is automatically generated.
// Do not directly edit.
/// League of Legends matchmaking seasons.
pub enum Season {
Preseason3 = 0,
Season3 = 1,
Preseason2014 = 2,
Season2014 = 3,
Preseason2015 = 4,
Season2015 = 5,
Preseason2106 = 6,
Season2016 = 7,
Preseason2017 = 8,
Season2017 = 9,
Preseason2018 = 10,
Season2018 = 11,
Preseason2019 = 12,
Season2019 = 13,
}