Browse Source

pull/1/head
16nlyons 8 years ago
parent
commit
106dfdd956
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tanks/Tanks.java

+ 1
- 1
src/tanks/Tanks.java View File

@ -20,7 +20,7 @@ public class Tanks
}
private abstract class Enemy extends RotationalElement
{
//this is a test by nick
}
private class Zombie extends Enemy
{

Loading…
Cancel
Save