Do not hardcode the value on main function

This commit is contained in:
Laurent Clouet
2015-04-08 20:32:24 +01:00
parent 53d4d005fe
commit 3226d188af
4 changed files with 8 additions and 4 deletions

View File

@@ -4,6 +4,8 @@ import com.sheepit.client.Client;
import com.sheepit.client.Gui;
public class GuiTextOneLine implements Gui {
public static final String type = "oneLine";
private int rendered;
private int remaining;
private String status;