Initial commit
Base files for the project were added. Update ONeill.java Update Box.java fixed everything, code now compiles correctly
This commit is contained in:
13
cicaprojekt/Gap.java
Normal file
13
cicaprojekt/Gap.java
Normal file
@ -0,0 +1,13 @@
|
||||
package cicaprojekt;
|
||||
|
||||
public class Gap extends cicaprojekt.Tile
|
||||
{
|
||||
@Override
|
||||
public void spawnStargate(cicaprojekt.Stargate stargate, Direction direction) {
|
||||
adjacentTile.get(direction).spawnStargate(stargate, direction);
|
||||
}
|
||||
|
||||
public void onEntry() {}
|
||||
|
||||
public void onExit() {}
|
||||
}
|
Reference in New Issue
Block a user