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

@@ -24,6 +24,8 @@ import com.sheepit.client.Gui;
import com.sheepit.client.Log;
public class GuiText implements Gui {
public static final String type = "text";
private int framesRendered;
private Log log;