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:
@@ -348,6 +348,11 @@ public class Hero extends Char {
|
|||||||
return 1f;
|
return 1f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void spend( float time ) {
|
||||||
|
super.spend( time );
|
||||||
|
};
|
||||||
|
|
||||||
public void spendAndNext( float time ) {
|
public void spendAndNext( float time ) {
|
||||||
busy();
|
busy();
|
||||||
|
|||||||
Reference in New Issue
Block a user