mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/team.rs')
| -rw-r--r-- | src/team.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/team.rs b/src/team.rs index 35a651f..a10209f 100644 --- a/src/team.rs +++ b/src/team.rs @@ -2,7 +2,7 @@ use std::fmt; use crate::content::{Content, Type}; -#[derive(Clone, Copy, Debug, Eq, Ord, PartialEq, PartialOrd)] +#[derive(Clone, Copy, Debug, Eq, Ord, PartialEq, PartialOrd, Default)] pub struct Team(u8); impl Team { |