fix: Chore
This commit is contained in:
@ -4,7 +4,7 @@ import cz.jzitnik.tui.Sprite;
|
|||||||
|
|
||||||
public class Air extends Sprite {
|
public class Air extends Sprite {
|
||||||
public String getSprite() {
|
public String getSprite() {
|
||||||
throw new RuntimeException("Imposible state");
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getSprite(int daytime) {
|
public String getSprite(int daytime) {
|
||||||
|
Reference in New Issue
Block a user