Browse Source

Testing commit

master
Christos Houtouridis 6 years ago
parent
commit
fc528a6a4a
3 changed files with 4 additions and 0 deletions
  1. +1
    -0
      bin/.gitignore
  2. BIN
      bin/gr/auth/ee/dsproject/pacman/Creature.class
  3. +3
    -0
      src/gr/auth/ee/dsproject/pacman/Creature.java

+ 1
- 0
bin/.gitignore View File

@@ -0,0 +1 @@
/gr/

BIN
bin/gr/auth/ee/dsproject/pacman/Creature.class View File


+ 3
- 0
src/gr/auth/ee/dsproject/pacman/Creature.java View File

@@ -44,6 +44,9 @@ public class Creature implements gr.auth.ee.dsproject.pacman.AbstractCreature
{
// TODO Fill This
return 0;
}


Loading…
Cancel
Save