Track player list information

This commit is contained in:
Thinkofname 2016-04-05 18:50:53 +01:00
parent 844d78ac8e
commit 5614fa07b5
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ impl Serializable for f64 {
}
}
#[derive(Debug)]
#[derive(Debug, PartialEq, Eq, Hash, Clone)]
pub struct UUID(u64, u64);
impl Default for UUID {