coredump-ch / rpsrtsrs

Rock-Paper-Scissors-Real-Time-Strategy game written in Rust.
GNU Affero General Public License v3.0
11 stars 5 forks source link

Add newtypes for ClientId and UnitId #24

Closed dbrgn closed 8 years ago

dbrgn commented 8 years ago

@rnestler care to review?

rnestler commented 8 years ago

Except for the random unit ID issue it looks good :smiley:

But for the next time: Please separate the documentation, formatting and commenting changes from the actual changes to ease the review.

Ready to merge :+1: