mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-20 15:14:35 +00:00
Change progress() to return boolean
This commit is contained in:
parent
63f654907f
commit
293c830cbd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ public interface Ability extends ConfigLoadable {
|
||||||
/**
|
/**
|
||||||
* A method to tell an Ability to start.
|
* A method to tell an Ability to start.
|
||||||
*/
|
*/
|
||||||
public void progress();
|
public boolean progress();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A method to remove an instance of an Ability.
|
* A method to remove an instance of an Ability.
|
||||||
|
|
Loading…
Reference in a new issue