Change progress() to return boolean

This commit is contained in:
Jack Lin 2015-07-15 14:24:16 +12:00
parent 63f654907f
commit 293c830cbd

View file

@ -7,7 +7,7 @@ public interface Ability extends ConfigLoadable {
/**
* A method to tell an Ability to start.
*/
public void progress();
public boolean progress();
/**
* A method to remove an instance of an Ability.