Created
August 11, 2017 09:01
-
-
Save mayooresan/3bd019ef5414ac503646a69aedd1d987 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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