This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-Tanks
mirror of
https://github.com/jrtechs/Tanks.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
static main method
pull/1/head
brycet11@yahoo.com
8 years ago
committed by
BuildTools
parent
0afbe962ac
commit
1feaa5bcca
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
src/tanks/Tanks.java
+ 5
- 1
src/tanks/Tanks.java
View File
@ -8,7 +8,11 @@ package tanks;
*
/
public
class
Tanks
{
/
/
constructor
public
Tanks
(
)
{
}
private
class
Player
extends
RotationalElement
{
Write
Preview
Loading…
Cancel
Save