March 17, 201610 yr public void EatShark() { Item shark = getInventory().getItem("Shark") if(shark != null) shark.interact("Eat"); World.killPuppy(); }
March 17, 201610 yr Hero, please follow the simple code conventions given here, it will make our life easier: http://www.oracle.com/technetwork/java/codeconventions-135099.html
March 17, 201610 yr Author Hero, please follow the simple code conventions given here, it will make our life easier: http://www.oracle.com/technetwork/java/codeconventions-135099.html OCD much
Create an account or sign in to comment