mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-14 04:47:51 +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.
|
||||
*/
|
||||
public void progress();
|
||||
public boolean progress();
|
||||
|
||||
/**
|
||||
* A method to remove an instance of an Ability.
|
||||
|
|
Loading…
Reference in a new issue