Skip to content

Instantly share code, notes, and snippets.

@mayooresan
Created August 11, 2017 09:01
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/3bd019ef5414ac503646a69aedd1d987 to your computer and use it in GitHub Desktop.
Save mayooresan/3bd019ef5414ac503646a69aedd1d987 to your computer and use it in GitHub Desktop.
//War tank objects
var t10 = WarTank()
var t11 = WarTank()
t11.topSpeed = 110.0
//Spy Jeep Objects
var sj10 = SpyJeep()
var sj11 = SpyJeep()
sj11.topSpeed = 190.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment