Skip to content
Snippets Groups Projects
Commit b575481a authored by zalavari's avatar zalavari
Browse files

alive by default

parent 0ae786bf
Branches
Tags
No related merge requests found
package killer_sokoban;
import java.util.ArrayList;
public class Worker extends Moveable {
private boolean alive;
private boolean alive=true;
private int points;
private double force;
private double activeForce;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment