index
:
rustifarm.git
main
fork of: https://github.com/jmdejong/rustifarm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
playerid.rs
blob: 8402a1c3f00143f451df789b386424c2322e1aa2 (
plain
)
1
2
3
4
5
6
#[derive(Debug, PartialEq, Eq, Clone, Hash)] pub struct PlayerId { pub name: String }