1
0
Fork 1
mirror of https://github.com/MingweiSamuel/Riven.git synced 2025-04-02 20:13:15 -07:00
Riven/src/consts/team.rs
2019-10-25 12:30:03 -07:00

4 lines
No EOL
51 B
Rust

pub enum Team {
Blue = 100,
Red = 200,
}