V0.2.0: returned spend override to hero class (does nothing, needed for access level, has to be public, super is protected).
This commit is contained in:
parent
32505de1ac
commit
cce6e8dfa0
|
@ -349,6 +349,11 @@ public class Hero extends Char {
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void spend( float time ) {
|
||||
super.spend( time );
|
||||
};
|
||||
|
||||
public void spendAndNext( float time ) {
|
||||
busy();
|
||||
spend( time );
|
||||
|
|
Loading…
Reference in New Issue
Block a user