Skip to content

Instantly share code, notes, and snippets.

@mayooresan
Last active August 11, 2017 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayooresan/f3e30606c9e352f304c418cd3a7c2265 to your computer and use it in GitHub Desktop.
Save mayooresan/f3e30606c9e352f304c418cd3a7c2265 to your computer and use it in GitHub Desktop.
// Extensions
extension WarCapable{
func canTravelFaster(item : WarCapable)->Bool{
return self.topSpeed < item.topSpeed
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment